2007-12-12 13:46:51 +01:00
|
|
|
# Ports collection makefile for: rubygem-staticmatic
|
|
|
|
# Date created: 15 November 2007
|
|
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= staticmatic
|
2009-12-16 20:23:32 +01:00
|
|
|
PORTVERSION= 0.10.6
|
2007-12-12 13:46:51 +01:00
|
|
|
CATEGORIES= www rubygems
|
2009-04-09 02:11:47 +02:00
|
|
|
MASTER_SITES= RF
|
2007-12-12 13:46:51 +01:00
|
|
|
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
|
|
COMMENT= Manage static websites using Haml and Sass
|
|
|
|
|
2009-03-21 00:21:03 +01:00
|
|
|
RUN_DEPENDS= rubygem-haml>=2.0.0:${PORTSDIR}/www/rubygem-haml \
|
2007-12-12 13:46:51 +01:00
|
|
|
rubygem-mongrel>=1.0.1:${PORTSDIR}/www/rubygem-mongrel
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-03-21 00:21:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/staticmatic
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|