aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Parser/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-05-10 17:34:24 +0800
committervanilla <vanilla@FreeBSD.org>2001-05-10 17:34:24 +0800
commitc3ec9efd2912571c7d34a83203fe0edb4b59a5a6 (patch)
tree02fd246f832962a058fbfb528a82dad3a1f0bc6e /www/p5-HTML-Parser/Makefile
parent86d5c3f034d258e3de6f833e6c8341cd05ee1a6e (diff)
downloadfreebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.tar.gz
freebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.tar.zst
freebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.zip
Upgrade to latest version:
p5-Apache-MP3 => 2.16 p5-Convert-UUlib => 0.111 p5-Email-Find => 0.03 p5-GD => 1.33 p5-HTML-Parser => 3.24 p5-I18N-Charset => 1.08 p5-I18N-LangTags => 0.20 p5-MIME-Lite => 2.111 p5-Set-Scalar => 1.09 p5-Sort-ArbBiLex => 3.4 p5-URI => 1.12 p5-Unix-Syslog => 0.95 and change MAINTAINER to ports@FreeBSD.org: p5-Convert-UUlib p5-Unix-Syslog Approved by: maintainer
Diffstat (limited to 'www/p5-HTML-Parser/Makefile')
-rw-r--r--www/p5-HTML-Parser/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile
index add5b54955dc..4b09e4d94e09 100644
--- a/www/p5-HTML-Parser/Makefile
+++ b/www/p5-HTML-Parser/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-Parser
-PORTVERSION= 3.23
+PORTVERSION= 3.24
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -15,10 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= HTML::Entities.3 \
HTML::Filter.3 \
HTML::HeadParser.3 \
@@ -26,6 +27,5 @@ MAN3= HTML::Entities.3 \
HTML::Parser.3 \
HTML::PullParser.3 \
HTML::TokeParser.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>