diff options
Diffstat (limited to 'textproc/rubygem-ezamar/Makefile')
-rw-r--r-- | textproc/rubygem-ezamar/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/rubygem-ezamar/Makefile b/textproc/rubygem-ezamar/Makefile new file mode 100644 index 000000000000..336bb78572df --- /dev/null +++ b/textproc/rubygem-ezamar/Makefile @@ -0,0 +1,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= http://s3.amazonaws.com/gemcutter_production/gems/ + +MAINTAINER= jyyou@cs.nctu.edu.tw +COMMENT= A light-weight and simple templating engine for Ruby + +USE_RUBY= yes + +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |