blob: 449018a99e31c5aeb0664287b54d02d31fff8259 (
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
|
# Ports collection makefile for: rubygem-sinatra
# Date created: 2008-11-02
# Whom: Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
PORTNAME= sinatra
PORTVERSION= 1.1.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A classy web development framework in ruby
RUN_DEPENDS= rubygem-rack>=1.1:${PORTSDIR}/www/rubygem-rack \
rubygem-tilt>=1.2.2:${PORTSDIR}/devel/rubygem-tilt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|