16 lines
247 B
Makefile
16 lines
247 B
Makefile
|
COMMENT = return across multiple call levels
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Return-MultiLevel-0.08
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
CPAN_AUTHOR = PLICEASE
|
||
|
|
||
|
TEST_DEPENDS = devel/p5-Test-Fatal
|
||
|
|
||
|
.include <bsd.port.mk>
|