16 lines
262 B
Makefile
16 lines
262 B
Makefile
COMMENT= track the number of times subs are called
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Test-SubCalls-1.10
|
|
CATEGORIES= devel
|
|
REVISION= 1
|
|
|
|
FIX_EXTRACT_PERMISSIONS= Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
TEST_DEPENDS= devel/p5-Hook-LexWrap
|
|
|
|
.include <bsd.port.mk>
|