freebsd-ports/net-mgmt/p5-NetAddr-IP-Lite/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

24 lines
523 B
Makefile

# New ports collection makefile for: p5-NetAddr-IP-Lite
# Date created: 2006-06-07
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
#
# $FreeBSD$
#
PORTNAME= NetAddr-IP-Lite
PORTVERSION= 1.01
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= NetAddr
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= IPv4/6 and 128 bit number utilities
PERL_CONFIGURE= yes
CONFIGURE_ARGS= -noxs
MAN3= NetAddr::IP::UtilPP.3 NetAddr::IP::Util.3 NetAddr::IP::Lite.3
.include <bsd.port.mk>