freebsd-ports/devel/rubygem-mixlib-install/Makefile
Sunpoet Po-Chuan Hsieh d5a4bc3ba0 Update to 3.11.18
- Add LICENSE_FILE
- Take maintainership

Changes:	https://github.com/chef/mixlib-install/blob/master/CHANGELOG.md
2019-07-27 11:55:38 +00:00

26 lines
578 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= mixlib-install
PORTVERSION= 3.11.18
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to interact with the software distribution system in Chef
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
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
NO_ARCH= yes
PLIST_FILES= bin/mixlib-install
.include <bsd.port.mk>