aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-File-Contents/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-File-Contents/Makefile')
-rw-r--r--devel/p5-Test-File-Contents/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile
new file mode 100644
index 000000000000..b286cd8cd431
--- /dev/null
+++ b/devel/p5-Test-File-Contents/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: devel/p5-Test-File-Contents
+# Date created: 28 January 2006
+# Whom: Rod Taylor <ports@rbt.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Test-File-Contents
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Test
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@rbt.ca
+COMMENT= Test routines for examining the contents of files
+
+PERL_BUILD_DEPENDS= Test-More:${PORTSDIR}/devel/p5-Test-Simple
+
+PERL_MODBUILD= yes
+
+MAN3= Test::File::Contents.3
+
+.include <bsd.port.mk>