diff options
-rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 11 | ||||
-rw-r--r-- | astro/p5-Astro-SpaceTrack/distinfo | 4 |
2 files changed, 11 insertions, 4 deletions
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index c7886ee1b54a..17265cdc4336 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.081 +PORTVERSION= 0.082 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT @@ -25,4 +25,11 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= -y -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long +RUN_DEPENDS+= p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long +.endif + +.include <bsd.port.post.mk> diff --git a/astro/p5-Astro-SpaceTrack/distinfo b/astro/p5-Astro-SpaceTrack/distinfo index 049d7efb6d20..31a7a2786841 100644 --- a/astro/p5-Astro-SpaceTrack/distinfo +++ b/astro/p5-Astro-SpaceTrack/distinfo @@ -1,2 +1,2 @@ -SHA256 (Astro-SpaceTrack-0.081.tar.gz) = aed99045006a46a31fe5c00500fd2c9f6ecd647ed7191338bb6cc94e2224ad87 -SIZE (Astro-SpaceTrack-0.081.tar.gz) = 122402 +SHA256 (Astro-SpaceTrack-0.082.tar.gz) = 1728faf880d14bc74519b399abb432b79ad96175e0d1dbf2d168c18ed5fe9b18 +SIZE (Astro-SpaceTrack-0.082.tar.gz) = 123980 |