freebsd-ports/security/rubygem-aes_key_wrap/Makefile
Sunpoet Po-Chuan Hsieh c402b03ff2 Cosmetic change
2019-11-03 17:23:32 +00:00

23 lines
398 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= aes_key_wrap
PORTVERSION= 1.0.1
PORTREVISION= 1
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>