diff options
Diffstat (limited to 'astro/p5-Astro-SIMBAD/Makefile')
-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 |