15 lines
233 B
Makefile
15 lines
233 B
Makefile
COMMENT = implementation of eRuby
|
|
|
|
DISTNAME = erubis-2.7.0
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = http://www.kuwata-lab.com/erubis/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|