freebsd-ports/www/p5-HTML-TokeParser-Simple/Makefile
Aaron Dalton 4b860804c9 - Update from v3.14 to v3.15
- Restrict to Perl 5.6+ due to dependency upon www/p5-HTML-Parser
- Take maintainership

3.15  2005-11-29
      Fixed bug where rewrite_tag would unescape entities.  Thanks to "Paul
      Bijnens" <paul.bijnens@xplanation.com> for the bug report and fix.

PR:		ports/98336
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
2006-06-04 23:56:31 +00:00

39 lines
1.2 KiB
Makefile

# New ports collection makefile for: HTML-TokeParser-Simple
# Date created: 18 April 2004
# Whom: Lars Eggert <lars.eggert@gmx.net>
#
# $FreeBSD$
#
PORTNAME= HTML-TokeParser-Simple
PORTVERSION= 3.15
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Subclass of HTML::TokeParser with easy-to-remember method calls
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/Sub/Override.pm:${PORTSDIR}/devel/p5-Sub-Override
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= HTML::TokeParser::Simple.3 HTML::TokeParser::Simple::Token.3 \
HTML::TokeParser::Simple::Token::Comment.3 \
HTML::TokeParser::Simple::Token::Declaration.3 \
HTML::TokeParser::Simple::Token::ProcessInstruction.3 \
HTML::TokeParser::Simple::Token::Tag.3 \
HTML::TokeParser::Simple::Token::Tag::End.3 \
HTML::TokeParser::Simple::Token::Tag::Start.3 \
HTML::TokeParser::Simple::Token::Text.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600 #inherted from www/p5-HTML-Parser
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>