openbsd-ports/www/p5-HTML-TokeParser-Simple/Makefile

23 lines
404 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:44:46 espie Exp $
2006-11-05 11:32:14 -05:00
COMMENT= simple interface to HTML::TokeParser
2006-11-05 11:32:14 -05:00
DISTNAME= HTML-TokeParser-Simple-3.15
REVISION= 4
CATEGORIES= www
2006-11-05 11:32:14 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-05 11:32:14 -05:00
# Perl
2006-11-05 11:32:14 -05:00
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2006-11-05 11:32:14 -05:00
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= www/p5-HTML-Parser
2006-11-05 11:32:14 -05:00
2013-03-11 07:35:43 -04:00
TEST_DEPENDS=devel/p5-Sub-Override
MAKE_ENV= TEST_POD=Yes
2006-11-05 11:32:14 -05:00
.include <bsd.port.mk>