aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-ezcrypto/Makefile
blob: 33bf6add6490ee2a46df1fc0a96a32b7570e55a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

.include <bsd.port.mk>