aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-BSD-stat/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-12-17 13:45:13 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-12-17 13:45:13 +0000
commit7938f3c431d46a74afff9db4fe96bb9a60ba6edd (patch)
tree221a900d954cdd3a3c18fbe678adffd7e9c30cf3 /devel/p5-BSD-stat/Makefile
parent9aadd3f9df4c003e87e1aed45bc5c65c226f245a (diff)
downloadports-7938f3c431d46a74afff9db4fe96bb9a60ba6edd.tar.gz
ports-7938f3c431d46a74afff9db4fe96bb9a60ba6edd.zip
Notes
Diffstat (limited to 'devel/p5-BSD-stat/Makefile')
-rw-r--r--devel/p5-BSD-stat/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-BSD-stat/Makefile b/devel/p5-BSD-stat/Makefile
new file mode 100644
index 000000000000..cb36290c5d40
--- /dev/null
+++ b/devel/p5-BSD-stat/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: BSD-stat
+# Date created: 17 Dec 2001
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= BSD-stat
+PORTVERSION= 0.23
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= BSD
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@protey.ru
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= BSD::stat.3
+
+.include <bsd.port.mk>