diff options
Diffstat (limited to 'astro/p5-Astro-ADS')
-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 |