Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / rubygem-gpgr / Makefile
1 # Created by: Greg Larkin <glarkin@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gpgr
5 PORTVERSION=    0.0.4
6 PORTREVISION=   1
7 CATEGORIES=     security rubygems
8 MASTER_SITES=   RG
9
10 MAINTAINER=     ruby@FreeBSD.org
11 COMMENT=        Very light interface to the command-line GPG tool
12
13 RUN_DEPENDS=    gpg:${PORTSDIR}/security/gnupg
14
15 USE_RUBY=       yes
16 USE_RUBYGEMS=   yes
17 RUBYGEM_AUTOPLIST=      yes
18
19 .include <bsd.port.mk>