freebsd-ports/net-mgmt/p5-NetAddr-IP-Lite/Makefile
Sunpoet Po-Chuan Hsieh 88a344700f Fix MASTER_SITES to make it fetchable
- Add LICENSE
- Fix and update WWW

Approved by:	portmgr (blanket)
2018-06-04 18:11:58 +00:00

22 lines
398 B
Makefile

# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
# $FreeBSD$
PORTNAME= NetAddr-IP-Lite
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIKER
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= IPv4/6 and 128 bit number utilities
LICENSE= ART10
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= -noxs
.include <bsd.port.mk>