Prune devel/py-EnthoughtBase
[dports.git] / devel / rubygem-concurrent-ruby-edge / Makefile
1 # Created by: Michael Moll <kvedulv at kvedulv.de>
2 # $FreeBSD$
3
4 PORTNAME=       concurrent-ruby-edge
5 PORTVERSION=    0.1.1
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     mmoll@FreeBSD.org
10 COMMENT=        Bleeding edge features for concurrent-ruby
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
14
15 RUN_DEPENDS=    rubygem-concurrent-ruby>=0.9.1:${PORTSDIR}/devel/rubygem-concurrent-ruby
16
17 NO_ARCH=        yes
18
19 USE_RUBY=       yes
20 USE_RUBYGEMS=   yes
21 RUBYGEM_AUTOPLIST=      yes
22
23 .include <bsd.port.mk>