18 lines
273 B
Makefile
18 lines
273 B
Makefile
|
COMMENT = manages IPv4 and IPv6 addresses and subnets
|
||
|
|
||
|
DISTNAME = NetAddr-IP-4.079
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = net
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# perl artistic / GPL
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB = c perl
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
.include <bsd.port.mk>
|