404634a098
Through Safe::Hole, one can execute outside defined subroutines in the original main compartment from the Safe compartment. ok merdely@
22 lines
409 B
Makefile
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>
|