21 lines
342 B
Makefile
21 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:35:53 espie 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
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|