1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/p5-Net-CIDR-Set/Makefile
Mathieu Arnold 58854117a4 Add p5-Net-CIDR-Set 0.11, manipulate sets of IP addresses.
PR:		ports/180296
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 14:48:13 +00:00

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>