aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-ShareDir-Install/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2010-08-05 15:48:51 +0000
committerAndrej Zverev <az@FreeBSD.org>2010-08-05 15:48:51 +0000
commitf50a2689581ab459fdcb1e5e0d67e788ecfae33a (patch)
treeeb0589c04ca76d0d1c9a31a5b07fb9c57df25cc0 /devel/p5-File-ShareDir-Install/Makefile
parent1a5dc578e4c7f6138ef9f875de44558da3fb44b4 (diff)
downloadports-f50a2689581ab459fdcb1e5e0d67e788ecfae33a.tar.gz
ports-f50a2689581ab459fdcb1e5e0d67e788ecfae33a.zip
Notes
Diffstat (limited to 'devel/p5-File-ShareDir-Install/Makefile')
-rw-r--r--devel/p5-File-ShareDir-Install/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/p5-File-ShareDir-Install/Makefile b/devel/p5-File-ShareDir-Install/Makefile
new file mode 100644
index 000000000000..c1c90516018c
--- /dev/null
+++ b/devel/p5-File-ShareDir-Install/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: File::ShareDir::Install
+# Date created: 2010-08-05
+# Whom: Andrej Zverev <az@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-ShareDir-Install
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Install read-only data files from a distribution
+
+PERL_CONFIGURE= yes
+
+MAN3= File::ShareDir::Install.3
+
+.include <bsd.port.mk>