summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-WWW-Curl/Makefile')
-rw-r--r--www/p5-WWW-Curl/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile
new file mode 100644
index 000000000000..d030b932b4bc
--- /dev/null
+++ b/www/p5-WWW-Curl/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-WWW-Curl
+# Date created: 24 July 2003
+# Whom: Chris Larsen <darth@vader.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= WWW-Curl
+PORTVERSION= 2.0
+CATEGORIES= www ftp perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
+ http://curl.haxx.se/libcurl/perl/
+MASTER_SITE_SUBDIR= WWW
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Perl binding interface for curl
+
+LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl:install
+
+PERL_CONFIGURE= yes
+
+MAN3= WWW::Curl.3 \
+ WWW::Curl::easy.3 \
+ Curl::easy.3
+
+.include <bsd.port.mk>