blob: 4ab943ada580cbff172faffd0edfc5e2ebd70346 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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.10.23
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
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>
|