diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-02 17:08:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-02 17:08:32 +0800 |
commit | 6eb2452b259972a58ea67fe77429e3f58e6276af (patch) | |
tree | f2227653fce11417e3f3921afc59da387bfb7fe6 /security/p5-Crypt-MySQL | |
parent | b987ec7e8b142ed92cae286234d2332462585083 (diff) | |
download | freebsd-ports-gnome-6eb2452b259972a58ea67fe77429e3f58e6276af.tar.gz freebsd-ports-gnome-6eb2452b259972a58ea67fe77429e3f58e6276af.tar.zst freebsd-ports-gnome-6eb2452b259972a58ea67fe77429e3f58e6276af.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'security/p5-Crypt-MySQL')
-rw-r--r-- | security/p5-Crypt-MySQL/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-Crypt-MySQL/Makefile b/security/p5-Crypt-MySQL/Makefile index f3ac13295559..7d7fc4dd3bc4 100644 --- a/security/p5-Crypt-MySQL/Makefile +++ b/security/p5-Crypt-MySQL/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension to compare MySQL passwords without libmysqlclient +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 USES= perl5 |