opnsense-ports/security/rubygem-unix-crypt/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
362 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
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>