aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Censor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-Censor/Makefile')
-rw-r--r--devel/p5-Data-Censor/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Data-Censor/Makefile b/devel/p5-Data-Censor/Makefile
new file mode 100644
index 000000000000..4a5e5af0767e
--- /dev/null
+++ b/devel/p5-Data-Censor/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= Data-Censor
+PORTVERSION= 0.04
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Censor sensitive stuff in a data structure
+WWW= https://metacpan.org/release/Data-Censor
+
+LICENSE= ART20
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Ref-Util>=0:devel/p5-Ref-Util
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>