15a0f47c6a
PR: ports/99909 Submitted by: maintainer (Yuan-Chung Hsiao)
30 lines
664 B
Makefile
30 lines
664 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.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|