diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-10 11:20:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-10 11:20:24 +0000 |
commit | 3e0bfa5cb7b64162344ab993620b7509a9a0cb9b (patch) | |
tree | 19b73a0b5b9cdcc9ea1147240adf3750b4a9c1f2 /astro | |
parent | 234983bd1c521466e71666957e84eb990fd20dc3 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-ADS/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/p5-Astro-ADS/Makefile b/astro/p5-Astro-ADS/Makefile index 37a980356e18..733f8ece82e6 100644 --- a/astro/p5-Astro-ADS/Makefile +++ b/astro/p5-Astro-ADS/Makefile @@ -11,9 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OO Perl interface to the ADS abstract service +LICENSE= GPLv2+ + BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww -RUN_DEPENDS= p5-libwww>=0:www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |