diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-02-16 18:08:42 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-02-16 18:08:42 +0000 |
commit | 027c34e3b992c0e6a4882f5d3b7c8926d0910368 (patch) | |
tree | 07eee6a1145b0a75f7358f59b93122195caee512 /security/p5-Digest-SHA3 | |
parent | 11c48c5623c45c0238cc5502b61e8f414064bbce (diff) | |
download | ports-027c34e3b992c0e6a4882f5d3b7c8926d0910368.tar.gz ports-027c34e3b992c0e6a4882f5d3b7c8926d0910368.zip |
Notes
Diffstat (limited to 'security/p5-Digest-SHA3')
-rw-r--r-- | security/p5-Digest-SHA3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Digest-SHA3/Makefile b/security/p5-Digest-SHA3/Makefile index 19be542c2247..58c017f2f16e 100644 --- a/security/p5-Digest-SHA3/Makefile +++ b/security/p5-Digest-SHA3/Makefile @@ -7,9 +7,12 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for SHA-3 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |