opnsense-ports/devel/rubygem-mixlib-install/Makefile
Franco Fichtner bd10d0aaac */*: sync with upstream
Taken from: HardenedBSD
2018-08-10 10:11:12 +02:00

23 lines
528 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= mixlib-install
PORTVERSION= 3.11.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to interact with the software distribution system in Chef
LICENSE= APACHE20
RUN_DEPENDS= rubygem-mixlib-shellout>0:devel/rubygem-mixlib-shellout \
rubygem-mixlib-versioning>0:devel/rubygem-mixlib-versioning \
rubygem-thor>=0:devel/rubygem-thor
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/mixlib-install
.include <bsd.port.mk>