- fix dependency and unbreak

- bump PORTREVISION

Feature safe:	yes
This commit is contained in:
Yen-Ming Lee 2009-09-17 13:18:56 +00:00
parent 857e2beef7
commit f1bb6b1879
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241577

View File

@ -7,7 +7,7 @@
PORTNAME= WWW-Plurk
PORTVERSION= 0.02
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -17,7 +17,7 @@ COMMENT= Unofficial plurk.com API
RUN_DEPENDS= p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny \
p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON1 \
p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON \
p5-Math-Base36>=0:${PORTSDIR}/math/p5-Math-Base36 \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
@ -27,6 +27,9 @@ PERL_CONFIGURE= yes
MAN3= WWW::Plurk.3 WWW::Plurk::Friend.3 WWW::Plurk::Message.3
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500905