21 lines
434 B
Makefile
21 lines
434 B
Makefile
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>
|