freebsd-ports/security/rubygem-encryptor/Makefile
Steve Wills 637c7e0c2c security/rubygem-encryptor: create port
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>
2015-08-09 20:17:48 +00:00

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>