diff options
author | clsung <clsung@FreeBSD.org> | 2010-07-12 16:02:27 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2010-07-12 16:02:27 +0800 |
commit | 0228cd79c5100f4a05fc5370069da0ed0c4ef3e2 (patch) | |
tree | edcbf10815d3b6127368292055cdd43ea25bf810 /net | |
parent | 1881c8401b8092366210ea9595734d4df0719962 (diff) | |
download | freebsd-ports-gnome-0228cd79c5100f4a05fc5370069da0ed0c4ef3e2.tar.gz freebsd-ports-gnome-0228cd79c5100f4a05fc5370069da0ed0c4ef3e2.tar.zst freebsd-ports-gnome-0228cd79c5100f4a05fc5370069da0ed0c4ef3e2.zip |
- misses runtime dependency on p5-Socket6
- bump PORTREVISION
Submitted by: ru
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Patricia/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Patricia/Makefile b/net/p5-Net-Patricia/Makefile index 49c57c9bbd21..2f63027fdd68 100644 --- a/net/p5-Net-Patricia/Makefile +++ b/net/p5-Net-Patricia/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Patricia PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +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 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ + ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 PERL_CONFIGURE= YES |