1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/p5-HTML-Parser-Simple/Makefile
2021-06-20 19:36:02 +08:00

25 lines
522 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= HTML-Parser-Simple
PORTVERSION= 2.02
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse nice HTML files without needing a compiler
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moo>=1.003001:devel/p5-Moo \
p5-Tree-Simple>=1.22:devel/p5-Tree-Simple
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
USES= perl5 tar:tgz
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>