Files
bsdports/perl/p5-HTML-Parser/Makefile
2019-12-26 07:26:06 +00:00

21 lines
340 B
Makefile

#
# $Id$
#
PORTNAME= HTML-Parser
PORTVERSION= 3.71
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Perl5 module for parsing HTML documents
RUN_DEPENDS= p5-HTML-Tagset>=3:perl/p5-HTML-Tagset
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF