blob: aedc68dd7cbdfd98a7910abb12da39747788c120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.4 2017/09/04 18:01:00 wiz Exp $
DISTNAME= ezcrypto-0.7.2
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://ezcrypto.rubyforge.org/
COMMENT= Ruby object-oriented wrapper for OpenSSL libraries
LICENSE= mit
OVERRIDE_GEMSPEC= :files test/store= :test_files test/store=
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|