freebsd-ports/security/rubygem-ezcrypto/Makefile
Sunpoet Po-Chuan Hsieh acd0de0ee8 Update gemspec
2017-09-01 18:41:49 +00:00

19 lines
338 B
Makefile

# Created by: Steven Kreuzer
# $FreeBSD$
PORTNAME= ezcrypto
PORTVERSION= 0.7.2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Wrapper for the poorly documented OpenSSL ruby library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>