blob: 7e64b1612e58f4040dda89e79d2db71fa3a652e6 (
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= RF
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>
|