15 lines
305 B
Makefile
15 lines
305 B
Makefile
COMMENT = command line interfaces with subcommands
|
|
|
|
DISTNAME = cri-2.15.11
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://stoneship.org/software/cri/
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|