aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-ezcrypto/Makefile
blob: df7deacad3a45034cfda6089a07701d06f7c2686 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ports collection makefile for:    ezcrypto
# Date created:             15 April 2008
# Whom:                 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>