openbsd-ports/net/p5-NetAddr-IP/Makefile
2012-12-29 15:30:54 +00:00

24 lines
422 B
Makefile

# $OpenBSD: Makefile,v 1.19 2012/12/29 15:30:54 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = manages IPv4 and IPv6 addresses and subnets
DISTNAME = NetAddr-IP-4.066
CATEGORIES = net
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl artistic / GPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
MODULES = cpan
.include <bsd.port.mk>