Files
ports/devel/ruby-diff-lcs/Makefile
T
sebastia 79198c09cd update 1.3 -> 1.5.1
Feedback regarding pre-test sthen@
OK jeremy@
2025-01-13 20:35:04 +00:00

19 lines
293 B
Makefile

COMMENT = port of Algorithm::Diff that uses the LCS algorithm
DISTNAME = diff-lcs-1.5.1
CATEGORIES = devel
# Perl Artistic
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rspec3
pre-test:
ln -fs ${RUBY} ${WRKDIR}/bin/ruby
.include <bsd.port.mk>