diff options
author | adamw <adamw@FreeBSD.org> | 2016-10-02 04:02:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-10-02 04:02:56 +0800 |
commit | 162acfe16825dcfa14c388d25b705bc78b2580da (patch) | |
tree | b2c556bfca590ee0c51ad636d7395c4d3fc633b0 /astro/p5-Astro-SIMBAD-Client/Makefile | |
parent | 2606053311917e8f20fcfeefd159b1d8d1fc703b (diff) | |
download | freebsd-ports-gnome-162acfe16825dcfa14c388d25b705bc78b2580da.tar.gz freebsd-ports-gnome-162acfe16825dcfa14c388d25b705bc78b2580da.tar.zst freebsd-ports-gnome-162acfe16825dcfa14c388d25b705bc78b2580da.zip |
Update to 0.036.
Changes: https://metacpan.org/changes/distribution/Astro-SIMBAD-Client
Diffstat (limited to 'astro/p5-Astro-SIMBAD-Client/Makefile')
-rw-r--r-- | astro/p5-Astro-SIMBAD-Client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/p5-Astro-SIMBAD-Client/Makefile b/astro/p5-Astro-SIMBAD-Client/Makefile index db6e0985c944..aed2b06b5aaa 100644 --- a/astro/p5-Astro-SIMBAD-Client/Makefile +++ b/astro/p5-Astro-SIMBAD-Client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-SIMBAD-Client -PORTVERSION= 0.035 +PORTVERSION= 0.036 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,9 +19,11 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-XML-DoubleEncodedEntities>=1:textproc/p5-XML-DoubleEncodedEntities \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-YAML>=0:textproc/p5-YAML USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= -y +NO_ARCH= yes .include <bsd.port.mk> |