2011-06-15 09:31:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2011/06/15 13:31:44 sthen Exp $
|
2007-01-16 12:52:06 -05:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
2004-05-21 13:21:54 -04:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= perl binding for curl
|
2007-01-16 12:52:06 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
2011-06-15 09:31:44 -04:00
|
|
|
DISTNAME= WWW-Curl-4.15
|
|
|
|
EPOCH= 0
|
2007-01-16 12:52:06 -05:00
|
|
|
CATEGORIES= www net
|
2004-05-21 13:21:54 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://curl.haxx.se/libcurl/perl/
|
|
|
|
|
2011-06-15 09:31:44 -04:00
|
|
|
# Your choice of MIT or MPL
|
2004-05-21 13:21:54 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2011-06-15 09:31:44 -04:00
|
|
|
WANTLIB += crypto curl>=2.2 idn ssl z
|
2010-11-11 07:35:09 -05:00
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= net/curl
|
2004-05-21 13:21:54 -04:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
@perl -pi -e s,'t/\*.t','t/new/\*.t',g ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|