17 lines
257 B
Makefile
17 lines
257 B
Makefile
COMMENT = minimal functions from Net::IP
|
|
|
|
DISTNAME = Net-IP-Minimal-0.06
|
|
CATEGORIES = net
|
|
REVISION = 1
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Pod
|
|
|
|
TEST_ENV = RELEASE_TESTING=1
|
|
|
|
.include <bsd.port.mk>
|