forked from Lainports/opnsense-ports
18 lines
337 B
Makefile
18 lines
337 B
Makefile
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>
|