19 lines
326 B
Makefile
19 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.31 2016/03/26 12:22:12 bluhm Exp $
|
|
|
|
COMMENT = manages IPv4 and IPv6 addresses and subnets
|
|
|
|
DISTNAME = NetAddr-IP-4.079
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl artistic / GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|