aboutsummaryrefslogtreecommitdiff
path: root/www/p5-LWP-UserAgent-Determined/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-03-17 03:07:09 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-03-17 03:07:09 +0000
commit545a0e5e3792a350c4e118dd1284c838b87d86ce (patch)
treed928db3cec57b99904bdf946f8da1e8e33539585 /www/p5-LWP-UserAgent-Determined/Makefile
parent495d3d4601259a4e459a0b72e6fb441323b6bfcc (diff)
downloadports-545a0e5e3792a350c4e118dd1284c838b87d86ce.tar.gz
ports-545a0e5e3792a350c4e118dd1284c838b87d86ce.zip
Notes
Diffstat (limited to 'www/p5-LWP-UserAgent-Determined/Makefile')
-rw-r--r--www/p5-LWP-UserAgent-Determined/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/p5-LWP-UserAgent-Determined/Makefile b/www/p5-LWP-UserAgent-Determined/Makefile
new file mode 100644
index 000000000000..14d58839d729
--- /dev/null
+++ b/www/p5-LWP-UserAgent-Determined/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-LWP-UserAgent-Determined
+# Date created: 2008-03-16
+# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= LWP-UserAgent-Determined
+PORTVERSION= 1.03
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= leeym@FreeBSD.org
+COMMENT= A virtual browser that retries errors
+
+RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= LWP::UserAgent::Determined.3
+
+.include <bsd.port.mk>