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

16 lines
283 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 $
COMMENT= perform diffs on files and record sets
MODULES= cpan
2011-06-25 04:23:55 -04:00
DISTNAME= Text-Diff-1.41
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2010-09-24 04:03:10 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= devel/p5-Algorithm-Diff
.include <bsd.port.mk>