ports/net/p5-Net-IPv6Addr/Makefile

19 lines
320 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>