ports/security/rubygem-unix-crypt/Makefile
2024-05-08 19:53:47 +00:00

18 lines
362 B
Makefile

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