Files
ports/security/rubygem-aes_key_wrap/Makefile
2021-04-06 16:31:07 +02:00

22 lines
370 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= aes_key_wrap
PORTVERSION= 1.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby implementation of AES Key Wrap
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>