mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Update to 0.06
- Add LICENSE - Update pkg-descr Changes: http://search.cpan.org/dist/Class-Accessor-Lite/Changes
This commit is contained in:
parent
611ffc074d
commit
d12b20e5ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357020
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Class-Accessor-Lite
|
||||
PORTVERSION= 0.05
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Minimalistic variant of p5-Class-Accessor
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Class-Accessor-Lite-0.05.tar.gz) = d8e84d05adcd7d62af1f70f499b8d1875bc13b0e44a47ae85f472ad23240767a
|
||||
SIZE (Class-Accessor-Lite-0.05.tar.gz) = 27991
|
||||
SHA256 (Class-Accessor-Lite-0.06.tar.gz) = f258660f01b928d4e7644d72ae4b890aae6b42afb62174168d7005ad56acb9ed
|
||||
SIZE (Class-Accessor-Lite-0.06.tar.gz) = 28040
|
||||
|
@ -1,3 +1,5 @@
|
||||
This module is a minimalistic variant of p5-Class-Accessor (Class::Accessor).
|
||||
Class::Accessor::Lite is a variant of Class::Accessor. It is fast and requires
|
||||
less typing, has no dependencies to other modules, and does not mess up the
|
||||
@ISA.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-Accessor-Lite/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%PERL5_MAN3%%/Class::Accessor::Lite.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Lite/.packlist
|
||||
%%SITE_PERL%%/Class/Accessor/Lite.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Lite/.packlist
|
||||
%%PERL5_MAN3%%/Class::Accessor::Lite.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
||||
|
Loading…
Reference in New Issue
Block a user