diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-31 15:38:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-31 15:38:31 +0800 |
commit | 86e8b3f2a5d515f2ce1b13d660bfe02177b49afc (patch) | |
tree | d6ab68fe81f34b266cd9daff723de42c48af4108 /www/rubygem-haml/Makefile | |
parent | e559bc6ab7facb5fa4fc5b69ac470495f5d4d6a3 (diff) | |
download | freebsd-ports-gnome-86e8b3f2a5d515f2ce1b13d660bfe02177b49afc.tar.gz freebsd-ports-gnome-86e8b3f2a5d515f2ce1b13d660bfe02177b49afc.tar.zst freebsd-ports-gnome-86e8b3f2a5d515f2ce1b13d660bfe02177b49afc.zip |
- Update to 2.0.9
PR: 133169
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
Diffstat (limited to 'www/rubygem-haml/Makefile')
-rw-r--r-- | www/rubygem-haml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rubygem-haml/Makefile b/www/rubygem-haml/Makefile index f19ab86d8de3..951c44ae34f7 100644 --- a/www/rubygem-haml/Makefile +++ b/www/rubygem-haml/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= haml -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.9 CATEGORIES= www rubygems MASTER_SITES= RF @@ -14,5 +14,7 @@ COMMENT= Markup language to describe XHTML USE_RUBY= yes USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/css2sass bin/haml bin/html2haml bin/sass .include <bsd.port.mk> |