openbsd-ports/textproc/p5-Text-Diff-HTML/Makefile

21 lines
380 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:42:44 espie Exp $
2006-04-18 12:03:21 -04:00
COMMENT= XHTML format for Text::Diff::Unified
2006-04-18 12:03:21 -04:00
MODULES= cpan
2011-07-10 08:17:30 -04:00
DISTNAME= Text-Diff-HTML-0.07
CATEGORIES= textproc www
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
2006-04-18 12:03:21 -04:00
# perl
2006-04-18 12:03:21 -04:00
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= modbuild
2006-04-18 12:03:21 -04:00
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= www/p5-HTML-Parser \
textproc/p5-Text-Diff
2006-04-18 12:03:21 -04:00
2013-03-11 07:35:43 -04:00
TEST_DEPENDS= devel/p5-Test-Pod
2006-04-18 12:03:21 -04:00
.include <bsd.port.mk>