17 lines
343 B
Makefile
17 lines
343 B
Makefile
COMMENT = build and evaluate include/exclude lists
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Algorithm-IncludeExclude-0.01
|
|
REVISION = 2
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# test dependency that gets pulled in by Module::Install at build time
|
|
BUILD_DEPENDS = devel/p5-Test-Exception
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|