aaa1885833
ok jasper@
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:43 ajacoutot Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = manages IPv4 and IPv6 addresses and subnets
|
|
|
|
DISTNAME = NetAddr-IP-4.037
|
|
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
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|