blob: 25b5e714f2b2eddb0e7387e7f560ebd9c7fef051 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1 2021/05/09 04:40:49 taca Exp $
DISTNAME= certified-1.0.0
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/stevegraham/certified
COMMENT= Verify SSL certificates and provides certificate bundle
LICENSE= mit
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|