19 lines
320 B
Makefile
19 lines
320 B
Makefile
|
COMMENT = check validity of IPv6 addresses
|
||
|
|
||
|
DISTNAME = Net-IPv6Addr-1.02
|
||
|
REVISION = 0
|
||
|
CATEGORIES = net
|
||
|
|
||
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
# optional, for support of an April Fool's RFC
|
||
|
TEST_DEPENDS = math/p5-Math-Base85
|
||
|
|
||
|
.include <bsd.port.mk>
|