mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
6e4c906d82
commit
865b2e7801
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360963
@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Object caching wrapper around BerkeleyDB
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,7 @@
|
||||
This module implements a caching layer around BerkeleyDB for object
|
||||
persistence. It implements the basic methods necessary to add,
|
||||
retrieve, and remove objects. The main advantage over other caching
|
||||
modules is performance. I've attempted to stick with a
|
||||
Cache::Cache-like interface as much as possible, though it may differ
|
||||
here and there.
|
||||
This module implements a caching layer around BerkeleyDB for object persistence.
|
||||
It implements the basic methods necessary to add, retrieve, and remove objects.
|
||||
The main advantage over other caching modules is performance. I've attempted to
|
||||
stick with a Cache::Cache-like interface as much as possible, though it may
|
||||
differ here and there.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Cache-BDB/
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB/.packlist
|
||||
%%SITE_PERL%%/Cache/BDB.pm
|
||||
%%SITE_PERL%%/Cache/BDB.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB/.packlist
|
||||
%%PERL5_MAN3%%/Cache::BDB.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache
|
||||
@dirrmtry %%SITE_PERL%%/Cache
|
||||
|
Loading…
Reference in New Issue
Block a user