22 lines
407 B
Makefile
22 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.15 2012/06/28 22:14:28 bluhm Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = manages IPv4 and IPv6 addresses and subnets
|
|
|
|
DISTNAME = NetAddr-IP-4.062
|
|
|
|
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
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|