diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-06 13:00:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-06 13:00:08 +0800 |
commit | adee38046ff95845d69f41d958377a7429912321 (patch) | |
tree | 732ebf56b40bd91e9e415141bfe3d1a42a3fec5c /astro | |
parent | bcfa1261ead0483bee3aa91171447bc59ca0deb4 (diff) | |
download | freebsd-ports-gnome-adee38046ff95845d69f41d958377a7429912321.tar.gz freebsd-ports-gnome-adee38046ff95845d69f41d958377a7429912321.tar.zst freebsd-ports-gnome-adee38046ff95845d69f41d958377a7429912321.zip |
- Add TEST_DEPENDS
Feature safe: yes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index dc3ae0257275..39b5b5d03a1c 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML + PERL_CONFIGURE= yes CONFIGURE_ARGS= -y |