1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 0.55

- Add BUILD_DEPENDS
- Fix *_DEPENDS
- Remove outdated PERL_LEVEL check

Changes:	http://search.cpan.org/dist/Perlanet/Changes
Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-03-15 12:52:51 +00:00
parent a0629ca07c
commit c3ce39d66a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293344
2 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Perlanet
PORTVERSION= 0.54
PORTVERSION= 0.55
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAVECROSS
@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A program for creating programs that aggregate web feeds
RUN_DEPENDS= p5-CHI>=0:${PORTSDIR}/devel/p5-CHI \
BUILD_DEPENDS= p5-CHI>=0:${PORTSDIR}/devel/p5-CHI \
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy \
p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber \
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-ConfigFromFile>=0:${PORTSDIR}/devel/p5-MooseX-ConfigFromFile \
p5-MooseX-Traits>=0:${PORTSDIR}/devel/p5-MooseX-Traits \
@ -28,6 +27,7 @@ RUN_DEPENDS= p5-CHI>=0:${PORTSDIR}/devel/p5-CHI \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
@ -46,8 +46,9 @@ MAN3= Perlanet.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 508000
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Perlanet-0.54.tar.gz) = 69ad13c5e4e8f70104b2b167e3d11f950ac4e1a46b8d889689ec406f709722f1
SIZE (Perlanet-0.54.tar.gz) = 62697
SHA256 (Perlanet-0.55.tar.gz) = 34cf649e7e5490dfffa877c71a9ee62610eeeffcd73396574ae966cad77f32f6
SIZE (Perlanet-0.55.tar.gz) = 62984