freebsd-ports/security/rubygem-gpgr/Makefile
Greg Larkin 284c51c9bd - Added gpg run dependency
- Bumped PORTREVISION
2012-02-15 20:36:10 +00:00

23 lines
451 B
Makefile

# Ports collection makefile for: gpgr
# Date created: 15 February 2011
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gpgr
PORTVERSION= 0.0.4
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Very light interface to the command-line GPG tool
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>