aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-SIMBAD
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-10 11:20:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-10 11:20:48 +0000
commit04ca26a8d45b11171a1f143c9f2a8679d2c32edf (patch)
tree9e5288486022ae1fe6d13ac7d24c9e938df05466 /astro/p5-Astro-SIMBAD
parent980b69dd8db98d09784d5f83400e5a88dc2049ed (diff)
downloadports-04ca26a8d45b11171a1f143c9f2a8679d2c32edf.tar.gz
ports-04ca26a8d45b11171a1f143c9f2a8679d2c32edf.zip
Add LICENSE
- Fix *_DEPENDS: add missing dependencies - Add NO_ARCH - Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=451689
Diffstat (limited to 'astro/p5-Astro-SIMBAD')
-rw-r--r--astro/p5-Astro-SIMBAD/Makefile11
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