aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Repository/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-15 07:24:39 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-15 07:24:39 +0000
commit2d0d6c3c3cf66ff4d1e444e60a7b27800e4218d5 (patch)
tree20504cd276e7a7484f27fbc5030695a44a7abf72 /textproc/p5-Text-Repository/Makefile
parentc39c99946392cc574a02b673919ea6194fa3262d (diff)
downloadports-2d0d6c3c3cf66ff4d1e444e60a7b27800e4218d5.tar.gz
ports-2d0d6c3c3cf66ff4d1e444e60a7b27800e4218d5.zip
Initial import of p5-Text-Repository 1.04
This is a simple way to manage text without mixing it with Perl. PR: 34258 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=54731
Diffstat (limited to 'textproc/p5-Text-Repository/Makefile')
-rw-r--r--textproc/p5-Text-Repository/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Text-Repository/Makefile b/textproc/p5-Text-Repository/Makefile
new file mode 100644
index 000000000000..ea09d8e0a26f
--- /dev/null
+++ b/textproc/p5-Text-Repository/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Text::Repository
+# Date created: 24 Jan 2002
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Repository
+PORTVERSION= 1.04
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Text::Repository.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>