mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
20 lines
406 B
Makefile
20 lines
406 B
Makefile
PORTNAME= mixlib-archive
|
|
PORTVERSION= 1.1.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple interface to various archive formats
|
|
WWW= https://www.chef.io/ \
|
|
https://github.com/chef/mixlib-archive
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-mixlib-log>=0:devel/rubygem-mixlib-log
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|