diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:33:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:33:30 +0000 |
commit | 2a0ba0ece564556df3a61a1d1ecc86419c754e75 (patch) | |
tree | f4dde6ab8b06ba75c9b463134c28c9206bedbea8 /security/p5-PBKDF2-Tiny/Makefile | |
parent | Update to 0.26 (diff) |
Add LICENSE_FILE
Notes
Notes:
svn path=/head/; revision=517436
Diffstat (limited to 'security/p5-PBKDF2-Tiny/Makefile')
-rw-r--r-- | security/p5-PBKDF2-Tiny/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-PBKDF2-Tiny/Makefile b/security/p5-PBKDF2-Tiny/Makefile index a19dc04506b4..d99233ed0cf6 100644 --- a/security/p5-PBKDF2-Tiny/Makefile +++ b/security/p5-PBKDF2-Tiny/Makefile @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2 LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure |