mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e7683b899c
Changes: http://search.cpan.org/dist/Net-CIDR-Set/Changes PR: ports/187446 Submitted by: Anes Mukhametov <anes@anes.su> (maintainer)
20 lines
325 B
Makefile
20 lines
325 B
Makefile
# Created by: Anes Mukhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-CIDR-Set
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= anes@anes.su
|
|
COMMENT= Manipulate sets of IP addresses
|
|
|
|
LICENSE= GPLv2 ART20
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|