ports/security/p5-Crypt-Bcrypt/Makefile
2022-02-15 08:35:36 +08:00

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>