diff options
Diffstat (limited to 'www/rubygem-haml/Makefile')
-rw-r--r-- | www/rubygem-haml/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/rubygem-haml/Makefile b/www/rubygem-haml/Makefile new file mode 100644 index 000000000000..33c6ede8c56e --- /dev/null +++ b/www/rubygem-haml/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: rubygem-haml +# Date created: 13 July 2007 +# Whom: Robert Gogolok <gogo@cs.uni-sb.de> +# +# $FreeBSD$ + +PORTNAME= haml +PORTVERSION= 1.5.2 +CATEGORIES= www rubygems +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= gogo@cs.uni-sb.de +COMMENT= Markup language to describe XHTML + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" +.include <bsd.port.post.mk> |