openbsd-ports/devel/p5-Safe-Hole/Makefile
okan 404634a098 import p5-Safe-Hole
Through Safe::Hole, one can execute outside defined subroutines in the
original main compartment from the Safe compartment.

ok merdely@
2007-12-30 22:34:41 +00:00

22 lines
409 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/12/30 22:34:41 okan Exp $
COMMENT= make a hole to the main compartment in the Safe compartment
SHARED_ONLY= Yes
DISTNAME= Safe-Hole-0.10
CATEGORIES= devel
MODULES= cpan
CPAN_AUTHOR= SEYN
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>