diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-28 03:29:33 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-28 03:29:33 +0000 |
commit | cc792e7c7cee2ee5346a2c232715971f5a3ecbde (patch) | |
tree | 25da98e10096b9d77ed53936cdbcaa2146bf1cd8 /www/p5-HTML-SimpleLinkExtor/Makefile | |
parent | 50f2695893bffa3ca4e77808af01421171da8fa7 (diff) |
- update to 1.13
Notes
Notes:
svn path=/head/; revision=163661
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 |