1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/p5-Net-Patricia/Makefile
Frederic Culot 2e92bd34b8 - Update to 1.20 [1]
- Remove dependency on p5-version (already in core)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Patricia/Changes
PR:		ports/172580 [1]
Submitted by:	Nick Hilliard <nick@foobar.org>
Feature safe:	yes
2012-10-12 09:45:56 +00:00

27 lines
577 B
Makefile

# Created by: Andreas Klemm <andreas@klemm.gtn.com>
# $FreeBSD$
PORTNAME= Net-Patricia
PORTVERSION= 1.20
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for fast IP address lookups
BUILD_DEPENDS= p5-Net-CIDR-Lite>=0.20:${PORTSDIR}/net/p5-Net-CIDR-Lite
RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
PERL_CONFIGURE= YES
MAN3= Net::Patricia.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>