1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/p5-Net-Patricia/Makefile
Cheng-Lung Sung 27225ed066 - requires p5-version to run
- bump PORTREVISION

PR:		ports/136209
Submitted by:	Matthew Luckie <mluckie_AT_cs dot waikato dot ac dot nz>
2009-07-08 01:46:55 +00:00

25 lines
516 B
Makefile

# 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
PORTVERSION= 1.15
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl module for fast IP address lookups
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
PERL_CONFIGURE= YES
MAN3= Net::Patricia.3
.include <bsd.port.mk>