44f201ab31
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl> maintainer timeout
24 lines
483 B
Makefile
24 lines
483 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/01/08 18:30:42 steven Exp $
|
|
|
|
COMMENT= "Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation"
|
|
|
|
DISTNAME= Net-CIDR-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
MAINTAINER= Matteo Cantoni <goony@openbeer.it>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|