pkgsrc/security/ruby-ezcrypto/Makefile
jlam a353970006 Initial import of ruby18-ezcrypto-0.7 as security/ruby-ezcrypto.
EzCrypto is an easy-to-use wrapper around the poorly documented OpenSSL
Ruby library.  Features include:

    * Defaults to AES 128 CBC
    * Will use OpenSSL library for transparent hardware crypto support
    * Single-class object-oriented access to most commonly used features
    * Ruby-like syntax
2008-05-01 21:09:47 +00:00

12 lines
357 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/05/01 21:09:47 jlam Exp $
DISTNAME= ezcrypto-0.7
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ezcrypto.rubyforge.org/
COMMENT= Ruby object-oriented wrapper for OpenSSL libraries
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"