19 lines
315 B
Makefile
19 lines
315 B
Makefile
PORTNAME= erubis
|
|
PORTVERSION= 2.7.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, secure, and extensible implementation of eRuby
|
|
WWW= http://www.kuwata-lab.com/erubis/
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/erubis
|
|
|
|
.include <bsd.port.mk>
|