diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-02 17:31:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-02 17:31:24 +0000 |
commit | ae2c94dd90d830b479dbbebf25a5f4ba33332263 (patch) | |
tree | 090149e30783b75ff2bd3e57d2cbcb455ba8b1dd /astro/p5-Astro-SIMBAD-Client/Makefile | |
parent | ac3b50a19a56cb5c8cd499423b8454292c8b839e (diff) |
Notes
Diffstat (limited to 'astro/p5-Astro-SIMBAD-Client/Makefile')
-rw-r--r-- | astro/p5-Astro-SIMBAD-Client/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/astro/p5-Astro-SIMBAD-Client/Makefile b/astro/p5-Astro-SIMBAD-Client/Makefile index 01fd5b6428ae..e7f7be173f85 100644 --- a/astro/p5-Astro-SIMBAD-Client/Makefile +++ b/astro/p5-Astro-SIMBAD-Client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Astro-SIMBAD-Client -PORTVERSION= 0.022 +PORTVERSION= 0.023 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An object-oriented interface to SIMBAD4 -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Parser>=3.60:${PORTSDIR}/www/p5-HTML-Parser \ - p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \ +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-DoubleEncodedEntities>=1.0:${PORTSDIR}/textproc/p5-XML-DoubleEncodedEntities + p5-XML-DoubleEncodedEntities>=1:${PORTSDIR}/textproc/p5-XML-DoubleEncodedEntities \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS+= -y +CONFIGURE_ARGS= -y MAN1= simbadc.1 MAN3= Astro::SIMBAD::Client.3 |