aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Refcount/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2012-12-13 09:48:57 +0000
committerAnton Berezin <tobez@FreeBSD.org>2012-12-13 09:48:57 +0000
commite3d0316981e02cb5f3e4377c1018bb80dbe06638 (patch)
tree3d08e38c875501b2f8213b17272a0ac95b04fcfa /devel/p5-Devel-Refcount/Makefile
parenteb15ce21263f5a79b03c9e18a5fbeecd34a1a1b1 (diff)
downloadports-e3d0316981e02cb5f3e4377c1018bb80dbe06638.tar.gz
ports-e3d0316981e02cb5f3e4377c1018bb80dbe06638.zip
Notes
Diffstat (limited to 'devel/p5-Devel-Refcount/Makefile')
-rw-r--r--devel/p5-Devel-Refcount/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-Devel-Refcount/Makefile b/devel/p5-Devel-Refcount/Makefile
new file mode 100644
index 000000000000..e411fad1d954
--- /dev/null
+++ b/devel/p5-Devel-Refcount/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= Devel-Refcount
+PORTVERSION= 0.09
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:PEVANS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@FreeBSD.org
+COMMENT= Obtain the REFCNT value of a referent
+
+TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
+
+PERL_MODBUILD= yes
+
+MAN3= Devel::Refcount.3
+
+.include <bsd.port.mk>