integers. WWW: http://search.cpan.org/dist/Data-IPV4-Range-Parse/ PR: ports/ports/152106 Submitted by: Gea-Suan Lin <gslin at gslin.org>
21 lines
411 B
Makefile
21 lines
411 B
Makefile
# New ports collection makefile for: p5-Data-IPV4-Range-Parse
|
|
# Date created: 2010-11-10
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-IPV4-Range-Parse
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Perl extension parsing ipv4 ranges
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::IPV4::Range::Parse.3
|
|
|
|
.include <bsd.port.mk>
|