diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:29 +0800 |
commit | 3c3b2c202b450cac32f3206f448486440e577e8e (patch) | |
tree | 8363cb7a1534a0640594fe85502e47a2071ae9dd /astro | |
parent | 115c4f491a47a288bf60f36f3ee337d6a22e9393 (diff) | |
download | freebsd-ports-gnome-3c3b2c202b450cac32f3206f448486440e577e8e.tar.gz freebsd-ports-gnome-3c3b2c202b450cac32f3206f448486440e577e8e.tar.zst freebsd-ports-gnome-3c3b2c202b450cac32f3206f448486440e577e8e.zip |
Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-DSS/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/p5-Astro-DSS/Makefile b/astro/p5-Astro-DSS/Makefile index e975e2618a29..6f532e47291c 100644 --- a/astro/p5-Astro-DSS/Makefile +++ b/astro/p5-Astro-DSS/Makefile @@ -11,9 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OO interface to the 1st and 2nd Digital Sky Surveys +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 |