opnsense-ports/security/rubygem-unix-crypt/Makefile
Franco Fichtner 85a073a62c */*: sync with upstream
Taken from: FreeBSD
2024-05-14 14:28:57 +02: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>