diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:24 +0800 |
commit | 115c4f491a47a288bf60f36f3ee337d6a22e9393 (patch) | |
tree | 19b73a0b5b9cdcc9ea1147240adf3750b4a9c1f2 /astro/p5-Astro-ADS | |
parent | 7b884d36227b4a844aa6300dc19073c4e8a54816 (diff) | |
download | freebsd-ports-gnome-115c4f491a47a288bf60f36f3ee337d6a22e9393.tar.gz freebsd-ports-gnome-115c4f491a47a288bf60f36f3ee337d6a22e9393.tar.zst freebsd-ports-gnome-115c4f491a47a288bf60f36f3ee337d6a22e9393.zip |
Add LICENSE
- Add NO_ARCH
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 |