aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ReadonlyX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-ReadonlyX/Makefile')
-rw-r--r--devel/p5-ReadonlyX/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-ReadonlyX/Makefile b/devel/p5-ReadonlyX/Makefile
new file mode 100644
index 000000000000..5607a68bd124
--- /dev/null
+++ b/devel/p5-ReadonlyX/Makefile
@@ -0,0 +1,23 @@
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ReadonlyX
+PORTVERSION= 1.02
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:SANKO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= adamw@FreeBSD.org
+COMMENT= Faster facility for creating read-only scalars, arrays, hashes
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
+
+USES= perl5
+USE_PERL5= modbuildtiny
+NO_ARCH= yes
+
+.include <bsd.port.mk>