21 lines
380 B
Makefile
Raw Normal View History

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