diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-02-04 14:10:03 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-02-04 14:10:03 +0000 |
commit | 456e8c12214079971ea08285c97dbb64557e0f3d (patch) | |
tree | a2e189be6d564dce0428912a1edccc30b7aa0608 | |
parent | - Preserve the automatic flag when using pkgng (diff) |
- Update to 0.94
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership
Changes: http://search.cpan.org/dist/User-Identity/Changes
Notes
Notes:
svn path=/head/; revision=342536
-rw-r--r-- | devel/p5-User-Identity/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-User-Identity/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-User-Identity/Makefile b/devel/p5-User-Identity/Makefile index 8fbbb0ed613c..e785b77a4eeb 100644 --- a/devel/p5-User-Identity/Makefile +++ b/devel/p5-User-Identity/Makefile @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= User-Identity -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Perl module for abstracting information about a physical person -RUN_DEPENDS= p5-Geography-Countries>=0:${PORTSDIR}/misc/p5-Geography-Countries +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Geography-Countries>0:${PORTSDIR}/misc/p5-Geography-Countries USES= perl5 USE_PERL5= configure diff --git a/devel/p5-User-Identity/distinfo b/devel/p5-User-Identity/distinfo index 671cac7aaa1c..3ac1efd6d7c6 100644 --- a/devel/p5-User-Identity/distinfo +++ b/devel/p5-User-Identity/distinfo @@ -1,2 +1,2 @@ -SHA256 (User-Identity-0.93.tar.gz) = fcbcc764b29f8095c4ac54526d8b99625e0c4a5953605b0d6500b55a1f4d4c8a -SIZE (User-Identity-0.93.tar.gz) = 26484 +SHA256 (User-Identity-0.94.tar.gz) = c0c2485395d754e2700eb408c508d581d4526e0f5cd0db787dd3e474979c068d +SIZE (User-Identity-0.94.tar.gz) = 27235 |