aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-haml-contrib/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-01-21 22:22:24 +0000
committerSteve Wills <swills@FreeBSD.org>2014-01-21 22:22:24 +0000
commit173e1d89650722ccd7113be1283abb2e9a1f0a59 (patch)
tree51eb691943a93748416b7f80fd8ab9c39ae0f4d2 /www/rubygem-haml-contrib/Makefile
parenta6d1a861ec6d5ec060b379bb79d322646ab0eaca (diff)
downloadports-173e1d89650722ccd7113be1283abb2e9a1f0a59.tar.gz
ports-173e1d89650722ccd7113be1283abb2e9a1f0a59.zip
This project contains various useful extensions to the Haml template language's
Ruby implementation. Such extensions are useful enough to be distributed, but not widely used or on-topic enough to belong in Haml proper. This gives the Haml project a reasonable way to both demote current functionality, such as the Textile and Maruku filters, and add new experimental functionality that may later be added to the core. WWW: http://haml.info/ PR: ports/185061 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
Notes
Notes: svn path=/head/; revision=340667
Diffstat (limited to 'www/rubygem-haml-contrib/Makefile')
-rw-r--r--www/rubygem-haml-contrib/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/rubygem-haml-contrib/Makefile b/www/rubygem-haml-contrib/Makefile
new file mode 100644
index 000000000000..915c2e6e7696
--- /dev/null
+++ b/www/rubygem-haml-contrib/Makefile
@@ -0,0 +1,20 @@
+# Created by: Horia Racoviceanu <horia@racoviceanu.com>
+# $FreeBSD$
+
+PORTNAME= haml-contrib
+PORTVERSION= 1.0.0.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= horia@racoviceanu.com
+COMMENT= Addons for the Ruby implementation of the Haml template language
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>