2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:35:53 espie Exp $
|
2009-09-14 06:13:34 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = manages IPv4 and IPv6 addresses and subnets
|
|
|
|
|
2012-12-29 10:30:54 -05:00
|
|
|
DISTNAME = NetAddr-IP-4.066
|
2009-09-14 06:13:34 -04:00
|
|
|
|
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
|
|
|
|
# perl artistic / GPL
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-09-30 10:27:18 -04:00
|
|
|
WANTLIB += c
|
2012-08-23 11:50:05 -04:00
|
|
|
|
2009-09-14 06:13:34 -04:00
|
|
|
MODULES = cpan
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|