diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-29 09:05:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-29 09:05:45 +0000 |
commit | dbdc4f734570fd54bfc62396fab8b33fcceff979 (patch) | |
tree | e66dc114d3563faa63c7eca7d79189ba42fb573c /astro | |
parent | d97fed8f2af8195f5d9cf07200afbb020b89770c (diff) | |
download | ports-dbdc4f734570fd54bfc62396fab8b33fcceff979.tar.gz ports-dbdc4f734570fd54bfc62396fab8b33fcceff979.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 10 | ||||
-rw-r--r-- | astro/p5-Astro-SpaceTrack/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index 6f3284bb41cf..dc3ae0257275 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -6,9 +6,10 @@ # PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.054 +PORTVERSION= 0.055 CATEGORIES= astro perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:WYANT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -17,10 +18,11 @@ COMMENT= Retrieve orbital data from www.space-track.org LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= -y @@ -34,4 +36,8 @@ MAN3= Astro::SpaceTrack.3 RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress .endif +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + .include <bsd.port.post.mk> diff --git a/astro/p5-Astro-SpaceTrack/distinfo b/astro/p5-Astro-SpaceTrack/distinfo index 56099995a63c..87d4707cdf99 100644 --- a/astro/p5-Astro-SpaceTrack/distinfo +++ b/astro/p5-Astro-SpaceTrack/distinfo @@ -1,2 +1,2 @@ -SHA256 (Astro-SpaceTrack-0.054.tar.gz) = 2c1bc93c8ef57726da5262e2ed0d7413c23c75873a1b5271a7f52dfbe448a99a -SIZE (Astro-SpaceTrack-0.054.tar.gz) = 91627 +SHA256 (Astro-SpaceTrack-0.055.tar.gz) = 2f5a49c6501ec645aa339d444b8c69f32d0f1eb31f5cac7d5fc3585193087469 +SIZE (Astro-SpaceTrack-0.055.tar.gz) = 92103 |