blob: aaa7265d3806753272ce90a3f5383a021e99e3e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= Net-CIDR-Set
PORTVERSION= 0.13
PORTREVISION= 1
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>
|