freebsd-ports/www/rubygem-staticmatic/Makefile
Martin Wilke c4edd6859a - Update to 0.9.3
PR:		118954
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
2008-01-10 23:18:53 +00:00

21 lines
604 B
Makefile

# Ports collection makefile for: rubygem-staticmatic
# Date created: 15 November 2007
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
PORTNAME= staticmatic
PORTVERSION= 0.9.3
CATEGORIES= www rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= Manage static websites using Haml and Sass
RUN_DEPENDS= rubygem-haml>=1.7.0:${PORTSDIR}/www/rubygem-haml \
rubygem-mongrel>=1.0.1:${PORTSDIR}/www/rubygem-mongrel
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>