summaryrefslogtreecommitdiff
path: root/devel/p5-Safe-Hole/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-27 19:12:27 +0000
committerjtb <jtb>2001-02-27 19:12:27 +0000
commit1a079c0dfc407deb0aaf78f53c980d445ff46499 (patch)
treebc7fe948d5d2f466af25377413d86cb7134feb30 /devel/p5-Safe-Hole/Makefile
parent0ca1e194fb1448e6a2bff991f54b3ecff5786baf (diff)
downloadpkgsrc-1a079c0dfc407deb0aaf78f53c980d445ff46499.tar.gz
Initial import of p5-Safe-Hole:
Call outside defined subroutines from the Safe compartment using share(), or can call methods through the object that is copied into the Safe compartment using varglob(). Package submitted by Eric Schnoebelen (eric@cirr.com) in PR 11833. Trivially updated by me to version 0.08.
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"