aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-claide-plugins/Makefile
blob: 3821266c47c66c456220ca66df0b450042179127 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	claide-plugins
PORTVERSION=	0.9.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Plugins system for claide
WWW=		https://github.com/cocoapods/claide-plugins

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-cork>=0:devel/rubygem-cork \
		rubygem-nap>=0:devel/rubygem-nap \
		rubygem-open4>=1.3<2:devel/rubygem-open4

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>