freebsd-ports/www/rubygem-haml/Makefile
Philip M. Gollucci 75030c8945 - Update to 3.1.4
PR:             ports/163396
Submitted by:   myself (pgollucci)
Approved by:    gogo@cs.uni-sb.de (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2011-12-19 23:54:28 +00:00

21 lines
407 B
Makefile

# Ports collection makefile for: rubygem-haml
# Date created: 13 July 2007
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
PORTNAME= haml
PORTVERSION= 3.1.4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= Markup language to describe XHTML
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/haml bin/html2haml
.include <bsd.port.mk>