1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/security/rubygem-gpgr/Makefile
Sunpoet Po-Chuan Hsieh 089d900dbc Update to 0.1.0
- Fix LICENSE
- Add LICENSE_FILE

Changes:	https://github.com/HHRy/gpgr/commits/master
2017-08-30 13:29:43 +00:00

22 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>