aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-gpgr/Makefile
blob: bbf5d506f4c1689ac58eebb4d23db88720c939c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$

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

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

LICENSE=	RUBY

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

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>