diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-07-08 01:46:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-07-08 01:46:55 +0000 |
commit | 27225ed066dae53f49907ce93c7f2340e4396ff5 (patch) | |
tree | 62881214291ec5683b4fcb59b179d74dfd9e625e /net/p5-Net-Patricia | |
parent | 05015d61a67f987b60812ff1fef00ae4c171e87f (diff) | |
download | ports-27225ed066dae53f49907ce93c7f2340e4396ff5.tar.gz ports-27225ed066dae53f49907ce93c7f2340e4396ff5.zip |
- requires p5-version to run
- bump PORTREVISION
PR: ports/136209
Submitted by: Matthew Luckie <mluckie_AT_cs dot waikato dot ac dot nz>
Notes
Notes:
svn path=/head/; revision=237395
Diffstat (limited to 'net/p5-Net-Patricia')
-rw-r--r-- | net/p5-Net-Patricia/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/p5-Net-Patricia/Makefile b/net/p5-Net-Patricia/Makefile index faedf1e0e7b9..c0ff9a485bf7 100644 --- a/net/p5-Net-Patricia/Makefile +++ b/net/p5-Net-Patricia/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Patricia PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,8 @@ 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 |