openbsd-ports/net/p5-NetAddr-IP/Makefile
2012-08-23 15:50:05 +00:00

25 lines
435 B
Makefile

# $OpenBSD: Makefile,v 1.16 2012/08/23 15:50:06 sthen Exp $
SHARED_ONLY = Yes
COMMENT = manages IPv4 and IPv6 addresses and subnets
DISTNAME = NetAddr-IP-4.062
REVISION = 0
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>