diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-12 17:08:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-12 17:08:47 +0800 |
commit | 9b8d0708e8313ba24ebd315f3ccb6518ea53b803 (patch) | |
tree | c715e59a22e0389b162249acbb33ccd22ff4723b /security | |
parent | c7af2cd6eda48e91c02422f878d8da351845e136 (diff) | |
download | freebsd-ports-gnome-9b8d0708e8313ba24ebd315f3ccb6518ea53b803.tar.gz freebsd-ports-gnome-9b8d0708e8313ba24ebd315f3ccb6518ea53b803.tar.zst freebsd-ports-gnome-9b8d0708e8313ba24ebd315f3ccb6518ea53b803.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile index 2f4acef46384..8b0f37a39442 100644 --- a/security/p5-Digest-MD2/Makefile +++ b/security/p5-Digest-MD2/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the MD2 message digest algorithm +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |