summaryrefslogtreecommitdiff
path: root/devel/p5-Safe-Hole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Safe-Hole/Makefile')
-rw-r--r--devel/p5-Safe-Hole/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-Safe-Hole/Makefile b/devel/p5-Safe-Hole/Makefile
new file mode 100644
index 00000000000..e1d858e70d6
--- /dev/null
+++ b/devel/p5-Safe-Hole/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/27 19:12:27 jtb Exp $
+#
+
+DISTNAME= Safe-Hole-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Safe/}
+
+MAINTAINER= eric@cirr.com
+HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Safe-Hole/Hole.html
+COMMENT= Exec subs in the original package from within a Safe object
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Safe/Hole/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"