blob: 254d8fe4c5454bc6cf30ef049c973b8d4641faaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/erubis
.include <bsd.port.mk>
|