aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-MARC/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-12-23 12:59:24 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-12-23 12:59:24 +0000
commit1eb6078e88c8113fbccbcf7ce48ae2e65a892839 (patch)
tree4560f7c7c9c6d7712403af83e13f25a799d1a1f3 /textproc/p5-MARC/Makefile
parentb4aa1ec8d7ce6188046dcbd4e581c3cccd0535ba (diff)
downloadports-1eb6078e88c8113fbccbcf7ce48ae2e65a892839.tar.gz
ports-1eb6078e88c8113fbccbcf7ce48ae2e65a892839.zip
Notes
Diffstat (limited to 'textproc/p5-MARC/Makefile')
-rw-r--r--textproc/p5-MARC/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-MARC/Makefile b/textproc/p5-MARC/Makefile
new file mode 100644
index 000000000000..105e3c102d7a
--- /dev/null
+++ b/textproc/p5-MARC/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-MARC
+# Date created: 23 December 2001
+# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= MARC
+PORTVERSION= 1.13
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= MARC
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= demon@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN3= MARC.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>