diff options
-rw-r--r-- | databases/p5-Cache-BDB/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Cache-BDB/pkg-descr | 11 | ||||
-rw-r--r-- | databases/p5-Cache-BDB/pkg-plist | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/databases/p5-Cache-BDB/Makefile b/databases/p5-Cache-BDB/Makefile index 77aafc08d0ef..06712fb750da 100644 --- a/databases/p5-Cache-BDB/Makefile +++ b/databases/p5-Cache-BDB/Makefile @@ -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> diff --git a/databases/p5-Cache-BDB/pkg-descr b/databases/p5-Cache-BDB/pkg-descr index b52abbe79eea..5090930a78b9 100644 --- a/databases/p5-Cache-BDB/pkg-descr +++ b/databases/p5-Cache-BDB/pkg-descr @@ -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/ diff --git a/databases/p5-Cache-BDB/pkg-plist b/databases/p5-Cache-BDB/pkg-plist index e94543fe6df1..700f54bce55b 100644 --- a/databases/p5-Cache-BDB/pkg-plist +++ b/databases/p5-Cache-BDB/pkg-plist @@ -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 |