mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
24 lines
475 B
Makefile
24 lines
475 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= CPAN
|
|
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>
|