blob: b7fde092b7567788d11ed958a091af6e137701e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= ezamar
PORTVERSION= 2009.06
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
COMMENT= A lightweight and simple templating engine for Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|