opnsense-ports/security/rubygem-unix-crypt/Makefile
Franco Fichtner 00c6fa1167 */*: sync with upstream
Taken from: FreeBSD
2021-09-23 08:21:18 +02:00

18 lines
333 B
Makefile

PORTNAME= unix-crypt
PORTVERSION= 1.3.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= UNIX crypt(3) algorithm using DES, MD5, SHA256 and SHA512
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/mkunixcrypt
.include <bsd.port.mk>