freebsd-ports/net/p5-Net-IPTrie/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

26 lines
623 B
Makefile

# New ports collection makefile for: Net-IPTrie
# Date created: 13 December 2007
# Whom: Matthew Luckie <mjl@luckie.org.nz>
#
# $FreeBSD$
#
PORTNAME= Net-IPTrie
PORTVERSION= 0.3
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= mjl@luckie.org.nz
COMMENT= Module for building IPv4 and IPv6 address space hierarchies
BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= 5.8.0+
MAN3= Net::IPTrie.3 Net::IPTrie::Node.3
.include <bsd.port.mk>