openbsd-ports/www/p5-HTML-Parser/Makefile
2013-03-11 11:35:43 +00:00

27 lines
488 B
Makefile

# $OpenBSD: Makefile,v 1.45 2013/03/11 11:44:45 espie Exp $
SHARED_ONLY = Yes
COMMENT = modules to parse and extract information from HTML
MODULES = cpan
DISTNAME = HTML-Parser-3.68
REVISION = 0
CATEGORIES = www
RUN_DEPENDS = www/p5-HTML-Tagset>=3
BUILD_DEPENDS = ${RUN_DEPENDS}
TEST_DEPENDS = www/p5-URI \
www/p5-libwww
MAINTAINER = Srebrenko Sehic <haver@insecure.dk>
# Perl
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
MAKE_ENV += TEST_POD=Yes
.include <bsd.port.mk>