opnsense-ports/security/rubygem-gpgr/Makefile
Franco Fichtner b41dd5c5bc */*: sync with upstream
Taken from: HardenedBSD
2017-08-31 07:01:12 +02:00

21 lines
377 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
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>