1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/security/rubygem-ezcrypto/Makefile
Sunpoet Po-Chuan Hsieh f05ee2e53e Use REINPLACE_CMD instead of patch file
It helps to simplify devel/ruby-gems update.

With hat:	ruby
2018-12-02 15:24:15 +00:00

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>