freebsd-ports/net/p5-Net-Patricia/Makefile

26 lines
643 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Net-Patricia
# Date created: Di 13 M<>r 2001 19:37:25 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= Net-Patricia
2011-03-03 06:55:08 +01:00
PORTVERSION= 1.19
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl module for fast IP address lookups
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \
2011-03-03 06:55:08 +01:00
${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite \
${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6
PERL_CONFIGURE= YES
MAN3= Net::Patricia.3
.include <bsd.port.mk>