Update curl 7.21.7.
[pkgsrcv2.git] / www / lua-curl / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2010/02/26 22:03:00 agc Exp $
2 #
3
4 DISTNAME=       lua-curl-0.2
5 PKGREVISION=    1
6 CATEGORIES=     www
7 MASTER_SITES=   http://luaforge.net/frs/download.php/2634/
8
9 MAINTAINER=     agc@NetBSD.org
10 HOMEPAGE=       http://lua-curl.luaforge.net/
11 COMMENT=        Full lua bindings for libcurl
12 LICENSE=        mit
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 GNU_CONFIGURE=  yes
17 USE_LIBTOOL=    yes
18 USE_LANGUAGES+= c c++
19 USE_TOOLS+=     pkg-config
20
21 AUTO_MKDIRS=    yes
22
23 .include "../../www/curl/buildlink3.mk"
24 .include "../../lang/lua/module.mk"
25
26 .include "../../mk/bsd.pkg.mk"