aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Glob/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-05-19 15:41:35 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-05-19 15:41:35 +0000
commita151260546566b34b1a2f1673f1241cc23825720 (patch)
tree65dc6193763b6eea41d84b7e9824a2649f555377 /textproc/p5-Text-Glob/Makefile
parent538dcb6911b42d731bdbb13d0331eb4eeb842650 (diff)
downloadports-a151260546566b34b1a2f1673f1241cc23825720.tar.gz
ports-a151260546566b34b1a2f1673f1241cc23825720.zip
Add p5-Text-Glob 0.05, match globbing patterns against text.
Notes
Notes: svn path=/head/; revision=81400
Diffstat (limited to 'textproc/p5-Text-Glob/Makefile')
-rw-r--r--textproc/p5-Text-Glob/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile
new file mode 100644
index 000000000000..3d152d690d94
--- /dev/null
+++ b/textproc/p5-Text-Glob/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Text-Glob
+# Date created: 19 May 2003
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Glob
+PORTVERSION= 0.05
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Match globbing patterns against text
+
+BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+
+PERL_CONFIGURE= yes
+
+MAN3= Text::Glob.3
+
+.include <bsd.port.mk>