diff options
author | culot <culot@FreeBSD.org> | 2014-04-28 22:01:02 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-04-28 22:01:02 +0800 |
commit | bb48f9e140699d87c395e2c2109d35db48f98917 (patch) | |
tree | d2e8706c98dae55e8f3a0c114720681f87404695 | |
parent | 8f04c04cd3f5a61b3ed4a2c2fe667c28f09a4c41 (diff) | |
download | freebsd-ports-gnome-bb48f9e140699d87c395e2c2109d35db48f98917.tar.gz freebsd-ports-gnome-bb48f9e140699d87c395e2c2109d35db48f98917.tar.zst freebsd-ports-gnome-bb48f9e140699d87c395e2c2109d35db48f98917.zip |
- Update to 1.10
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Data-Password/Changes
-rw-r--r-- | security/p5-Data-Password/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Data-Password/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/security/p5-Data-Password/Makefile b/security/p5-Data-Password/Makefile index b4dd180932d1..028e4d3b624f 100644 --- a/security/p5-Data-Password/Makefile +++ b/security/p5-Data-Password/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Password -PORTVERSION= 1.08 +PORTVERSION= 1.10 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Perl extension for assessing password quality +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/security/p5-Data-Password/distinfo b/security/p5-Data-Password/distinfo index 826889856809..5fef2ad9b116 100644 --- a/security/p5-Data-Password/distinfo +++ b/security/p5-Data-Password/distinfo @@ -1,2 +1,2 @@ -SHA256 (Data-Password-1.08.tar.gz) = 63f28bbcd9a7513203d277a4fa7f2010f5b838e60920b73b2e0dd1627bd1be7f -SIZE (Data-Password-1.08.tar.gz) = 5097 +SHA256 (Data-Password-1.10.tar.gz) = 07a340ce6ac000723cd831612afc2760a3eb3783d1afd405e8b061ae52b88f85 +SIZE (Data-Password-1.10.tar.gz) = 5543 |