freebsd-ports/devel/rubygem-celluloid/Makefile
Sunpoet Po-Chuan Hsieh 476db28cdb - Add NO_ARCH
- Update WWW
2015-06-13 15:34:24 +00:00

21 lines
410 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= celluloid
PORTVERSION= 0.16.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Build concurrent programs out of concurrent objects
LICENSE= MIT
RUN_DEPENDS= rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>