jasper 9ee0e47c7b - update to diff-lcs-1.2.5
- remove unneeded CATEGORIES (added by ruby.port.mk already)
- enable tests
2015-06-23 07:15:28 +00:00

18 lines
315 B
Makefile

# $OpenBSD: Makefile,v 1.13 2015/06/23 07:15:28 jasper Exp $
COMMENT = port of Algorithm::Diff that uses the LCS algorithm
DISTNAME = diff-lcs-1.2.5
CATEGORIES = devel
# Perl Artistic
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rspec3
.include <bsd.port.mk>