88d6486e1f
The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses. Submitted and maintained by Matteo Cantoni <goony at openbeer.it>
22 lines
473 B
Makefile
22 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/11/01 11:13:31 xsa Exp $
|
|
|
|
COMMENT= "Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation"
|
|
|
|
DISTNAME= Net-CIDR-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
MAINTAINER= Matteo Cantoni <goony@openbeer.it>
|
|
|
|
# Artistic License
|
|
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
|
|
|
|
.include <bsd.port.mk>
|