mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
79198c09cd
Feedback regarding pre-test sthen@ OK jeremy@
19 lines
293 B
Makefile
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>
|