freebsd-ports/net/p5-Data-IPV4-Range-Parse/Makefile
Philip M. Gollucci c1ce49700a Simple Interface for getting start and ending address of ranges as
integers.

WWW:	http://search.cpan.org/dist/Data-IPV4-Range-Parse/

PR:		ports/ports/152106
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-11 06:07:26 +00:00

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>