f6f62c7825
OK jasper@ sthen@ bluhm@
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/05/23 13:16:58 gsoares Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = manages IPv4 and IPv6 addresses and subnets
|
|
|
|
DISTNAME = NetAddr-IP-4.044
|
|
|
|
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>
|