freebsd-ports/security/rubygem-gpgr/Makefile
Sunpoet Po-Chuan Hsieh ecbe91420b - Add LICENSE
2015-05-24 15:36:13 +00:00

21 lines
387 B
Makefile

# 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>