18 lines
368 B
Makefile
18 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.8 2021/02/03 19:02:35 sebastia Exp $
|
|
|
|
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>
|