mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
21 lines
340 B
Makefile
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
|