aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-mixlib-archive/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-07-16 00:45:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-07-16 00:45:56 +0000
commit786505b28f3d236fc92219862dcdc57e130bd7c4 (patch)
tree3d3a50a38eb46581d66ad8493e4fa0a9b9ea2dd4 /devel/rubygem-mixlib-archive/Makefile
parent449f56d71afadb46f6570c375dca1c57974e8e00 (diff)
downloadports-786505b28f3d236fc92219862dcdc57e130bd7c4.tar.gz
ports-786505b28f3d236fc92219862dcdc57e130bd7c4.zip
Notes
Diffstat (limited to 'devel/rubygem-mixlib-archive/Makefile')
-rw-r--r--devel/rubygem-mixlib-archive/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-mixlib-archive/Makefile b/devel/rubygem-mixlib-archive/Makefile
new file mode 100644
index 000000000000..865cf601326c
--- /dev/null
+++ b/devel/rubygem-mixlib-archive/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= mixlib-archive
+PORTVERSION= 0.4.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Simple interface to various archive formats
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-mixlib-log>=0:devel/rubygem-mixlib-log
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>