16 lines
283 B
Makefile
16 lines
283 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:42:44 espie Exp $
|
|
|
|
COMMENT= perform diffs on files and record sets
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Diff-1.41
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Algorithm-Diff
|
|
|
|
.include <bsd.port.mk>
|