diff options
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> |