blob: a03a70dc14f9f1571bc4a7e5006f6ded1c041930 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: rubygem-ezamar
# Date created: 2010-01-20
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= ezamar
PORTVERSION= 2009.06
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= jyyou@cs.nctu.edu.tw
COMMENT= A lightweight and simple templating engine for Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|