21 lines
351 B
Makefile
21 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:15 espie Exp $
|
|
|
|
COMMENT= run code after a subroutine call
|
|
|
|
DISTNAME= Context-Preserve-0.01
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= JROCKWAY
|
|
USE_GROFF = Yes
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Exception \
|
|
devel/p5-Test-use-ok
|
|
|
|
.include <bsd.port.mk>
|