pkgsrc/devel/p5-Safe-Hole/Makefile
jtb 9343272a49 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.
2001-02-27 19:12:27 +00:00

19 lines
534 B
Makefile

# $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"