diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-04 10:00:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-04 10:00:40 +0000 |
commit | 1767c09387002ddf3d4ad48e7c607d6fbf35f4b2 (patch) | |
tree | 8bdaa8d2a11512ec1dc692295ff5d04e24048d99 /finance/p5-Finance-Currency-Convert-XE/Makefile | |
parent | 07ff7c9bbf1aa1f273c2e4d64d89585f8669daae (diff) |
Notes
Diffstat (limited to 'finance/p5-Finance-Currency-Convert-XE/Makefile')
-rw-r--r-- | finance/p5-Finance-Currency-Convert-XE/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/finance/p5-Finance-Currency-Convert-XE/Makefile b/finance/p5-Finance-Currency-Convert-XE/Makefile index c814682c0f4e..067c74f352f2 100644 --- a/finance/p5-Finance-Currency-Convert-XE/Makefile +++ b/finance/p5-Finance-Currency-Convert-XE/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Finance-Currency-Convert-XE -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -15,13 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Finance::Currency::Convert::XE - Currency conversion module -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Finance::Currency::Convert::XE.3 +MAN3= Finance::Currency::Convert::XE.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README @@ -32,10 +32,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |