1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/p5-Net-IPTrie/Makefile
Sunpoet Po-Chuan Hsieh 213e273f01 - Fix *_DEPENDS: version is not required by this port
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-03-21 19:55:30 +00:00

24 lines
479 B
Makefile

# Created by: Matthew Luckie <mjl@luckie.org.nz>
# $FreeBSD$
PORTNAME= Net-IPTrie
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mjl@luckie.org.nz
COMMENT= Module for building IPv4 and IPv6 address space hierarchies
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>