19 lines
394 B
Makefile
19 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/05/15 09:10:26 steven Exp $
|
|
|
|
COMMENT= "manipulate IPv4/IPv6 netblocks in CIDR notation"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-CIDR-0.11
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Matteo Cantoni <goony@openbeer.it>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|