openbsd-ports/textproc/p5-Text-WordDiff/Makefile

23 lines
466 B
Makefile
Raw Normal View History

2011-06-25 04:23:43 -04:00
# $OpenBSD: Makefile,v 1.9 2011/06/25 08:23:43 jasper Exp $
2006-04-18 14:02:25 -04:00
COMMENT= module to diff based on word, not lines
2006-04-18 14:02:25 -04:00
MODULES= cpan
2011-06-25 04:23:43 -04:00
DISTNAME= Text-WordDiff-0.07
CATEGORIES= textproc
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
2006-04-18 14:02:25 -04:00
# perl
2006-04-18 14:02:25 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= modbuild
2006-04-18 14:02:25 -04:00
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= devel/p5-Algorithm-Diff \
www/p5-HTML-Parser
REGRESS_DEPENDS= devel/p5-Test-Pod
2006-04-18 14:02:25 -04:00
.include <bsd.port.mk>