1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/security/rubygem-encryptor/Makefile
2021-04-06 16:31:07 +02:00

19 lines
342 B
Makefile

# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
PORTNAME= encryptor
PORTVERSION= 3.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Wrapper for the standard ruby OpenSSL library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>