15 lines
267 B
Makefile
15 lines
267 B
Makefile
# $OpenBSD: Makefile,v 1.11 2015/01/21 14:41:38 sthen Exp $
|
|
|
|
COMMENT= perform diffs on files and record sets
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Diff-1.41
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Algorithm-Diff
|
|
|
|
.include <bsd.port.mk>
|