e0a9f9cf1f
Run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller.
22 lines
417 B
Makefile
22 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 09:40:25 jasper Exp $
|
|
|
|
COMMENT= run code after a subroutine call
|
|
|
|
DISTNAME= Context-Preserve-0.01
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= JROCKWAY
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Exception \
|
|
::devel/p5-Test-use-ok
|
|
|
|
.include <bsd.port.mk>
|