22 lines
479 B
Makefile
22 lines
479 B
Makefile
# 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>
|