82ecd2b8a5
Update ruby-ffi-libarchive to 1.0.0. * Update HOMEPAGE and LICENSE. * Proper COMMENT. * No need to use gmake. * add "USE_LANGUAGES= # none". 1.0.0 (2019-12-28) * Chefstyle fixes to get the build green again #25 (tas50) * Add support for custom read functions #27 (jatoben) * Add Ruby 2.7rc testing and cache gem installs in Buildkite #28 (tas50)
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/18 13:16:10 taca Exp $
|
|
|
|
DISTNAME= ffi-libarchive-1.0.0
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/chef/ffi-libarchive
|
|
COMMENT= Ruby FFI binding to libarchive
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../archivers/libarchive/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|