freebsd-ports/devel/rubygem-claide-plugins/Makefile
2022-04-22 10:43:48 +02:00

23 lines
453 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= claide-plugins
PORTVERSION= 0.9.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Plugins system for claide
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
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>