8d95a1d2a7
1.1.3 (2021-09-16) * Update chefstyle requirement from 1.6.2 to 1.7.1 #52 (dependabot-preview[bot]) * Update chefstyle requirement from 1.7.1 to 1.7.2 #53 (dependabot-preview[bot]) * Update chefstyle requirement from 1.7.2 to 1.7.5 #55 (dependabot-preview[bot]) * Upgrade to GitHub-native Dependabot #56 (dependabot-preview[bot]) * Remove support for EOL Ruby 2.4 #59 (tas50) * Update chefstyle requirement from 1.7.5 to 2.0.8 #60 (dependabot[bot]) * Update chefstyle requirement from 2.0.8 to 2.0.9 #61 (dependabot[bot]) * Add strip components support #58 (jasonwbarnett)
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/09/18 13:48:01 taca Exp $
|
|
|
|
DISTNAME= ffi-libarchive-1.1.3
|
|
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"
|