aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-String-LRC/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-10-24 17:22:24 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-10-24 17:22:24 +0000
commit1f4e012dd284bc6dc93171c8e8adefc14de9fc32 (patch)
tree5212d975cc1c02de514ac25ee7550447cd2d92d8 /devel/p5-String-LRC/Makefile
parent41b27a26f881293ccf6bc6d53983e49f0f02ce63 (diff)
downloadports-1f4e012dd284bc6dc93171c8e8adefc14de9fc32.tar.gz
ports-1f4e012dd284bc6dc93171c8e8adefc14de9fc32.zip
Notes
Diffstat (limited to 'devel/p5-String-LRC/Makefile')
-rw-r--r--devel/p5-String-LRC/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-String-LRC/Makefile b/devel/p5-String-LRC/Makefile
new file mode 100644
index 000000000000..5a4bbe3dbea9
--- /dev/null
+++ b/devel/p5-String-LRC/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: String:LRC
+# Date created: 24 October 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= String-LRC
+PORTVERSION= 1.01
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= String
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+PERL_CONFIGURE= yes
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+MAN3= String::LRC.3
+
+.include <bsd.port.mk>