19 lines
396 B
Makefile
19 lines
396 B
Makefile
# Created by: rpsfa@rit.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sugar-high
|
|
PORTVERSION= 0.7.3
|
|
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>
|