mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3ba35ba8f3
- Changelog: http://cpansearch.perl.org/src/MRSAM/Net-CIDR-0.17/Changes Feature safe: yes
17 lines
285 B
Makefile
17 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-CIDR
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::CIDR.3
|
|
|
|
.include <bsd.port.mk>
|