637c7e0c2c
A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings WWW: https://github.com/attr-encrypted/encryptor PR: 201808 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
18 lines
335 B
Makefile
18 lines
335 B
Makefile
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= encryptor
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Wrapper for the standard ruby OpenSSL library
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|