diff options
Diffstat (limited to 'www/p5-HTML-SimpleLinkExtor/Makefile')
-rw-r--r-- | www/p5-HTML-SimpleLinkExtor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTML-SimpleLinkExtor/Makefile b/www/p5-HTML-SimpleLinkExtor/Makefile index 3e7c44c6f539..298d641a6e1e 100644 --- a/www/p5-HTML-SimpleLinkExtor/Makefile +++ b/www/p5-HTML-SimpleLinkExtor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-SimpleLinkExtor -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This is a simple HTML link extractor -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |