mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
296 B
Makefile
17 lines
296 B
Makefile
COMMENT = simplified fork of Erubis
|
|
|
|
DISTNAME = erubi-1.13.1
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/jeremyevans/erubi
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|