head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2010.05.26.19.51.28;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2009.04.09.15.33.44;	author skreuzer;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.28.01.16.36;	author skreuzer;	state Exp;
branches;
next	1.2;

1.2
date	2009.02.14.01.11.37;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.16.06.49.40;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Ports collection makefile for:	ezcrypto
# Date created:				15 April 2008
# Whom:					Steven Kreuzer
#
# $FreeBSD: head/security/rubygem-ezcrypto/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.5
log
@- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Update to 0.7.2

PR:				ports/133520
Submitted by	Philip M. Gollucci <pgollucci@@freebsd.org>
Approved by:	wxs (mentor)
@
text
@d11 1
a11 1
MASTER_SITES=	RF
@


1.3
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	wxs (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.7
@


1.2
log
@- Fix plist after ruby update by generating it dynamically.
@
text
@d13 1
a13 1
MAINTAINER=	skreuzer@@exit2shell.com
@


1.1
log
@EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby
library.

Features
    * Defaults to AES 128 CBC
    * Will use the systems OpenSSL library for transparent hardware crypto
      support
    * Single class object oriented access to most commonly used features
    * Ruby like

WWW:  http://ezcrypto.rubyforge.org/

PR:		ports/122805
Submitted by:	Steven Kreuzer
@
text
@d18 1
@

