mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
15 lines
232 B
Makefile
15 lines
232 B
Makefile
COMMENT = perform diffs on files and record sets
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Text-Diff-1.45
|
|
CATEGORIES = textproc
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Algorithm-Diff
|
|
|
|
.include <bsd.port.mk>
|