mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
17 lines
305 B
Makefile
17 lines
305 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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|