head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2;
locks; strict;
comment	@# @;


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

1.2
date	2012.02.15.20.36.10;	author glarkin;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.15.18.27.31;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# Ports collection makefile for:	gpgr
# Date created:				15 February 2011
# Whom:					Greg Larkin <glarkin@@FreeBSD.org>
#
# $FreeBSD: head/security/rubygem-gpgr/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gpgr
PORTVERSION=	0.0.4
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	Very light interface to the command-line GPG tool

RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.2
log
@- Added gpg run dependency
- Bumped PORTREVISION
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@gpgr is a very light interface to the command-line GPG (GNU Privacy
Guard) tool which is soley concerned with making it as easy as
possible to encrypt files with one (or more) public keys. It does
not provide any major key management tools and does not support
decryption.

WWW: https://github.com/HHRy/gpgr
@
text
@d10 1
d17 2
@

