ports/textproc/p5-Text-WordDiff/Makefile

20 lines
318 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= module to diff based on word, not lines
MODULES= cpan
PKG_ARCH= *
DISTNAME= Text-WordDiff-0.09
CATEGORIES= textproc
REVISION= 0
# Perl
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= devel/p5-Algorithm-Diff>=1.19 \
www/p5-HTML-Parser
MAKE_ENV+= TEST_POD=Yes
.include <bsd.port.mk>