18 lines
333 B
Makefile
18 lines
333 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
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PLIST_FILES= bin/mkunixcrypt
|
|
|
|
.include <bsd.port.mk>
|