mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
f05ee2e53e
It helps to simplify devel/ruby-gems update. With hat: ruby
25 lines
439 B
Makefile
25 lines
439 B
Makefile
# Created by: Steven Kreuzer
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ezcrypto
|
|
PORTVERSION= 0.7.2
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|"test/store".freeze, ||' ${WRKSRC}/${GEMSPEC}
|
|
|
|
.include <bsd.port.mk>
|