summaryrefslogtreecommitdiff
path: root/devel/p5-File-ShareDir-Tiny/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-ShareDir-Tiny/Makefile')
-rw-r--r--devel/p5-File-ShareDir-Tiny/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/p5-File-ShareDir-Tiny/Makefile b/devel/p5-File-ShareDir-Tiny/Makefile
new file mode 100644
index 000000000000..21ad136425ba
--- /dev/null
+++ b/devel/p5-File-ShareDir-Tiny/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= File-ShareDir-Tiny
+PORTVERSION= 0.001
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Locate per-dist and per-module shared files
+WWW= https://metacpan.org/dist/File-ShareDir-Tiny
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>