aboutsummaryrefslogtreecommitdiff
path: root/ftp/p5-File-Fetch/Makefile
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-05-31 18:07:52 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-05-31 18:07:52 +0000
commit279016240b61a9a59782a04b55ecd0a89462d83a (patch)
treee555a848580683778833ff6c5aab577af304ffd9 /ftp/p5-File-Fetch/Makefile
parentc48fc1ace26ca312622c1f30fd0354ea436e181f (diff)
Notes
Diffstat (limited to 'ftp/p5-File-Fetch/Makefile')
-rw-r--r--ftp/p5-File-Fetch/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile
new file mode 100644
index 000000000000..8deb64979971
--- /dev/null
+++ b/ftp/p5-File-Fetch/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: p5-File-Fetch
+# Date created: 31 May 2006
+# Whom: Aaron Dalton <aaron@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-Fetch
+PORTVERSION= 0.07
+CATEGORIES= ftp www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= File
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= aaron@FreeBSD.org
+COMMENT= A generic file fetching mechanism
+
+BUILD_DEPENDS= ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+MAN3= File::Fetch.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>