mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
142e001b57
library. Features * Defaults to AES 128 CBC * Will use the systems OpenSSL library for transparent hardware crypto support * Single class object oriented access to most commonly used features * Ruby like WWW: http://ezcrypto.rubyforge.org/ PR: ports/122805 Submitted by: Steven Kreuzer
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# Ports collection makefile for: ezcrypto
|
|
# Date created: 15 April 2008
|
|
# Whom: Steven Kreuzer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ezcrypto
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= skreuzer@exit2shell.com
|
|
COMMENT= Wrapper for the poorly documented OpenSSL ruby library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
|
|
.include <bsd.port.mk>
|