mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
17 lines
307 B
Makefile
17 lines
307 B
Makefile
PORTNAME= Crypt-Bcrypt
|
|
PORTVERSION= 0.007
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Modern bcrypt implementation
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|