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

PORTNAME=	gpgr
PORTVERSION=	0.1.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

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

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	gpg:security/gnupg

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>