diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-10 19:20:48 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-10 19:20:48 +0800 |
commit | 04ca26a8d45b11171a1f143c9f2a8679d2c32edf (patch) | |
tree | 9e5288486022ae1fe6d13ac7d24c9e938df05466 | |
parent | 980b69dd8db98d09784d5f83400e5a88dc2049ed (diff) | |
download | freebsd-ports-gnome-04ca26a8d45b11171a1f143c9f2a8679d2c32edf.tar.gz freebsd-ports-gnome-04ca26a8d45b11171a1f143c9f2a8679d2c32edf.tar.zst freebsd-ports-gnome-04ca26a8d45b11171a1f143c9f2a8679d2c32edf.zip |
Add LICENSE
- Fix *_DEPENDS: add missing dependencies
- Add NO_ARCH
- Bump PORTREVISION for dependency change
-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 |