freebsd-ports/security/p5-PBKDF2-Tiny/Makefile
Sunpoet Po-Chuan Hsieh 9152bd92b8 Add NO_ARCH
2019-08-14 18:01:32 +00:00

21 lines
403 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= PBKDF2-Tiny
PORTVERSION= 0.005
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2
LICENSE= APACHE20
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>