mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
fe7bd55ed7
- Update maintainer email address PR: ports/174774 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
22 lines
415 B
Makefile
22 lines
415 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.7
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= gogolok+freebsd@gmail.com
|
|
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>
|