aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-FnMatch/Makefile
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-05-25 08:27:35 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-05-25 08:27:35 +0000
commitdc7654def71fe283beed108631260f3fbfa2c647 (patch)
treeb0e596fe89019609675373fd96b6ec41f4af7e2d /devel/p5-File-FnMatch/Makefile
parentb4541e7a1c5c0b6439996367c2d8ac83f98edb00 (diff)
downloadports-dc7654def71fe283beed108631260f3fbfa2c647.tar.gz
ports-dc7654def71fe283beed108631260f3fbfa2c647.zip
Notes
Diffstat (limited to 'devel/p5-File-FnMatch/Makefile')
-rw-r--r--devel/p5-File-FnMatch/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-File-FnMatch/Makefile b/devel/p5-File-FnMatch/Makefile
new file mode 100644
index 000000000000..754f32b19e23
--- /dev/null
+++ b/devel/p5-File-FnMatch/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-File-FnMatch
+# Date created: 24 May 2006
+# Whom: Aaron Dalton <aaron@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-FnMatch
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= File
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= aaron@FreeBSD.org
+COMMENT= Simple filename and pathname matching
+
+MAN3= File::FnMatch.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>