aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Bind/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 05:19:16 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 05:19:16 +0000
commitb7607ef66b82d6bdcb097374c542df88affd1c03 (patch)
treee3929c5ed872be7239bd1d104ae24953dec8c727 /textproc/p5-Text-Bind/Makefile
parentb8aa60da8bcb7dced3030ee2f8e91d45494d46bb (diff)
downloadports-b7607ef66b82d6bdcb097374c542df88affd1c03.tar.gz
ports-b7607ef66b82d6bdcb097374c542df88affd1c03.zip
Add p5-Text-Bind 0.04, a perl module to bind Perl structures to textfiles.
PR: 23922 Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=36495
Diffstat (limited to 'textproc/p5-Text-Bind/Makefile')
-rw-r--r--textproc/p5-Text-Bind/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Text-Bind/Makefile b/textproc/p5-Text-Bind/Makefile
new file mode 100644
index 000000000000..022901f48b36
--- /dev/null
+++ b/textproc/p5-Text-Bind/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/p5-Text-Bind
+# Date created: 29 December 2000
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Bind
+PORTVERSION= 0.04
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@tobez.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MAN3= Text::Bind.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>