21 lines
342 B
Makefile
Raw Normal View History

2014-06-20 14:07:50 +00:00
# $OpenBSD: Makefile,v 1.26 2014/06/20 14:07:50 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = manages IPv4 and IPv6 addresses and subnets
2014-06-20 14:07:50 +00:00
DISTNAME = NetAddr-IP-4.075
CATEGORIES = net
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl artistic / GPL
PERMIT_PACKAGE_CDROM = Yes
2012-09-30 14:27:18 +00:00
WANTLIB += c
2012-08-23 15:50:05 +00:00
MODULES = cpan
.include <bsd.port.mk>