aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-experimental/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-06-22 03:41:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-06-22 03:41:32 +0000
commit43027bc73a8b79f161ee94db01312d1e1e8f3276 (patch)
treeaf5c9015b2c1308b79adcfbe8f591d694d12b8fa /devel/p5-experimental/Makefile
parent8d5446c316bf3c739ab043155544dbcce0c327d5 (diff)
Notes
Diffstat (limited to 'devel/p5-experimental/Makefile')
-rw-r--r--devel/p5-experimental/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-experimental/Makefile b/devel/p5-experimental/Makefile
new file mode 100644
index 000000000000..80f30463a44d
--- /dev/null
+++ b/devel/p5-experimental/Makefile
@@ -0,0 +1,23 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= experimental
+PORTVERSION= 0.005
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:LEONT
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Experimental features made easy
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny
+
+PERL_MODBUILD= yes
+
+MAN3= experimental.3
+
+.include <bsd.port.mk>