head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.07.20.48.41;	author pgollucci;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ruby-crypt
# Date created:		2006-08-10
# Whom:			Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/security/ruby-crypt/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	crypt
PORTVERSION=	1.1.4
CATEGORIES=	security ruby
MASTER_SITES=	RF
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=	ruby

MAINTAINER=	clsung@@FreeBSD.org
COMMENT=	Pure-ruby implementation of popular encryption algorithms

USE_RUBY=	yes

NO_BUILD=	yes
WRKSRC=		${WRKDIR}

do-install:
	@@cd ${WRKSRC}; ${RUBY} install.rb

.include <bsd.port.mk>
@


1.2
log
@- Convert to RF macro

With Hat:   ruby@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- ruby-crypt is a pure-ruby implementation of a number of popular
  encryption algorithms.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@

