20 lines
471 B
Makefile
20 lines
471 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/16 17:40:12 sebastia Exp $
|
|
|
|
COMMENT = command line interfaces with subcommands
|
|
|
|
DISTNAME = cri-2.6.1
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://stoneship.org/software/cri/
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
RUN_DEPENDS += devel/ruby-colored,${MODRUBY_FLAVOR}>=1.2,<2
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|