openbsd-ports/www/p5-WWW-Curl/Makefile

26 lines
469 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:44:47 espie Exp $
SHARED_ONLY= Yes
COMMENT= perl binding for curl
MODULES= cpan devel/gettext
DISTNAME= WWW-Curl-4.15
EPOCH= 0
REVISION= 0
CATEGORIES= www net
HOMEPAGE= http://curl.haxx.se/libcurl/perl/
# Your choice of MIT or MPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c 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
post-configure:
@perl -pi -e s,'t/\*.t','t/new/\*.t',g ${WRKSRC}/Makefile
.include <bsd.port.mk>