mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
18 lines
362 B
Makefile
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>
|