summaryrefslogtreecommitdiff
path: root/security/rubygem-gpgr/Makefile
blob: 6cea3f60f774b80611afbdea018f50e5f25b6659 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		https://github.com/HHRy/gpgr

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

RUN_DEPENDS=	gpg:security/gnupg

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>