forked from Lainports/freebsd-ports
20 lines
383 B
Makefile
20 lines
383 B
Makefile
# Ports collection makefile for: ezcrypto
|
|
# Date created: 15 April 2008
|
|
# Whom: Steven Kreuzer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ezcrypto
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= skreuzer@exit2shell.com
|
|
COMMENT= Wrapper for the poorly documented OpenSSL ruby library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|