blob: f471362994bc74b8af139a47f823db5362c4e243 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: rubygem-sugar-high
# Date created: 2011-06-16
# Whom: rpsfa@rit.edu
#
# $FreeBSD$
PORTNAME= sugar-high
PORTVERSION= 0.2.12
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= More Ruby sugar
RUN_DEPENDS= rubygem-mocha>=0.9.8:${PORTSDIR}/devel/rubygem-mocha \
rubygem-require_all>=1.2.0:${PORTSDIR}/devel/rubygem-require_all
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|