openbsd-ports/net/p5-NetAddr-IP/Makefile
2012-10-03 19:55:42 +00:00

24 lines
422 B
Makefile

# $OpenBSD: Makefile,v 1.18 2012/10/03 19:55:42 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = manages IPv4 and IPv6 addresses and subnets
DISTNAME = NetAddr-IP-4.065
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>