mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= NetAddr-IP-Lite
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= IPv4/6 and 128 bit number utilities
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
CONFIGURE_ARGS= -noxs
|
|
|
|
MAN3= NetAddr::IP::UtilPP.3 NetAddr::IP::Util.3 NetAddr::IP::Lite.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|