freebsd-ports/www/p5-HTML-Parser-Simple/Makefile

25 lines
536 B
Makefile
Raw Normal View History

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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= p5-Moo>=1.003001:devel/p5-Moo \
p5-Tree-Simple>=1.22:devel/p5-Tree-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
2015-10-01 17:57:19 +02:00
NO_ARCH= yes
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
2014-03-14 09:17:42 +01:00
USES= perl5 tar:tgz
.include <bsd.port.mk>