Prune devel/py-EnthoughtBase
[dports.git] / devel / rubygem-concurrent-ruby / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       concurrent-ruby
4 PORTVERSION=    0.9.1
5 CATEGORIES=     devel rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     mmoll@FreeBSD.org
9 COMMENT=        Modern concurrency tools for Ruby
10
11 LICENSE=        MIT
12 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
13
14 NO_ARCH=        yes
15
16 USE_RUBY=       yes
17 USE_RUBYGEMS=   yes
18 RUBYGEM_AUTOPLIST=      yes
19
20 .include <bsd.port.mk>