mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
58854117a4
PR: ports/180296 Submitted by: Anes Mukhametov <anes@anes.su>
20 lines
324 B
Makefile
20 lines
324 B
Makefile
# Created by: Anes Mukhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-CIDR-Set
|
|
PORTVERSION= 0.11
|
|
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>
|