aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-haml/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-01-22 01:24:09 +0000
committerSteve Wills <swills@FreeBSD.org>2014-01-22 01:24:09 +0000
commit5d4c6075605523f3a593006cb77d845c6612dacd (patch)
tree0b556f82ef7b701aea20c79188998830c10001a6 /www/rubygem-haml/Makefile
parent1f604d91719575ca7c0c643c30cdc41f5bdc8bf4 (diff)
- Update to Version 4.0.4
- Change XHTML to HTML in Comment and pkg-descr - Add MIT to License - Add devel/rubygem-tilt to RUN_DEPENDS - Add USE_RAKE - Support STAGEDIR - Change http://haml-lang.com/ to http://haml.info/ in pkg-descr - Remove bin/html2haml from PLIST_FILES since it's no longer in this gem PR: ports/185063 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: Robert Gogolok <gogolok@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=340677
Diffstat (limited to 'www/rubygem-haml/Makefile')
-rw-r--r--www/rubygem-haml/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/www/rubygem-haml/Makefile b/www/rubygem-haml/Makefile
index 6008e2473e28..f6c88abf123c 100644
--- a/www/rubygem-haml/Makefile
+++ b/www/rubygem-haml/Makefile
@@ -2,18 +2,22 @@
# $FreeBSD$
PORTNAME= haml
-PORTVERSION= 3.1.7
+PORTVERSION= 4.0.4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= gogolok+freebsd@gmail.com
-COMMENT= Markup language to describe XHTML
+COMMENT= Markup language to describe HTML
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt
+
+USE_RAKE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/haml bin/html2haml
+PLIST_FILES= bin/haml
-NO_STAGE= yes
.include <bsd.port.mk>