freebsd-ports/net/p5-Net-Patricia/Makefile
Andrej Zverev 14d750125f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00

20 lines
440 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.mk>