diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:48 +0800 |
commit | 6d44ec4fd2b58cd07a635793b075286e6f5e4bca (patch) | |
tree | 9e5288486022ae1fe6d13ac7d24c9e938df05466 /astro | |
parent | 7660be68515992125335680b5bc9541d0fce09cd (diff) | |
download | freebsd-ports-gnome-6d44ec4fd2b58cd07a635793b075286e6f5e4bca.tar.gz freebsd-ports-gnome-6d44ec4fd2b58cd07a635793b075286e6f5e4bca.tar.zst freebsd-ports-gnome-6d44ec4fd2b58cd07a635793b075286e6f5e4bca.zip |
Add LICENSE
- Fix *_DEPENDS: add missing dependencies
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SIMBAD/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/astro/p5-Astro-SIMBAD/Makefile b/astro/p5-Astro-SIMBAD/Makefile index 89cec671974d..13c8844db059 100644 --- a/astro/p5-Astro-SIMBAD/Makefile +++ b/astro/p5-Astro-SIMBAD/Makefile @@ -3,7 +3,7 @@ PORTNAME= Astro-SIMBAD PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OO Perl interface to the SIMBAD astronomical database -BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww -RUN_DEPENDS= p5-libwww>=0:www/p5-libwww +LICENSE= GPLv2+ +BUILD_DEPENDS= p5-HTML-Parser>=3.36:www/p5-HTML-Parser \ + p5-HTML-Tree>=3.17:www/p5-HTML-Tree \ + p5-libwww>=5.53:www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure |