0f7be6af59
PR: 155776 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
25 lines
545 B
Makefile
25 lines
545 B
Makefile
# New ports collection makefile for: rubygem-ramaze
|
|
# Date created: 2010-01-20
|
|
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# note, innate version is typically an exact requirement
|
|
|
|
PORTNAME= ramaze
|
|
PORTVERSION= 2011.01.30
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jyyou@cs.nctu.edu.tw
|
|
COMMENT= Ramaze is a simple and modular web framework
|
|
|
|
RUN_DEPENDS= rubygem-innate>=2010.03:${PORTSDIR}/www/rubygem-innate
|
|
|
|
PLIST_FILES= bin/ramaze
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|