Files
ports/security/rubygem-unix-crypt/Makefile
T
2026-05-19 12:54:16 +00:00

19 lines
362 B
Makefile

PORTNAME= unix-crypt
PORTVERSION= 1.3.2
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>