summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-01 16:14:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-01 16:14:17 +0000
commit9dbc1ce041e87530fa84898df622e2599c209ca9 (patch)
treea2d7afcfe225e44383c0c1ec6fdd32e6a699b9e3 /net
parent- Update to 7.4.1 (diff)
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Sort MAN3 - Bump PORTREVISION for dependency change PR: ports/167151 Submitted by: sunpoet (myself) Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Notes
Notes: svn path=/head/; revision=295792
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Rendezvous-Publish/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Net-Rendezvous-Publish/Makefile b/net/p5-Net-Rendezvous-Publish/Makefile
index f1f94c5bd1cf..2f81544f0f77 100644
--- a/net/p5-Net-Rendezvous-Publish/Makefile
+++ b/net/p5-Net-Rendezvous-Publish/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-Rendezvous-Publish
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,13 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Publish Rendezvous services
-BUILD_DEPENDS= p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue \
- p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+BUILD_DEPENDS= p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Net::Rendezvous::Publish::Service.3 \
- Net::Rendezvous::Publish.3
+MAN3= Net::Rendezvous::Publish.3 \
+ Net::Rendezvous::Publish::Service.3
.include <bsd.port.mk>