Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

24
www/lua-curl/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.5 2013/02/06 23:24:02 jperkin Exp $
#
DISTNAME= lua-curl-0.2
PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= http://luaforge.net/frs/download.php/2634/
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://lua-curl.luaforge.net/
COMMENT= Full lua bindings for libcurl
LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config
AUTO_MKDIRS= yes
.include "../../www/curl/buildlink3.mk"
.include "../../lang/lua/module.mk"
.include "../../mk/bsd.pkg.mk"