blob: 81196e09477557509fd53e1dbcf80ca22487fc97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= ezamar
PORTVERSION= 2009.06
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Lightweight and simple templating engine for Ruby
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem:autoplist
.include <bsd.port.mk>
|