svn commit: r360963 - head/databases/p5-Cache-BDB
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:49:42 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:49:41 2014
New Revision: 360963
URL: http://svnweb.freebsd.org/changeset/ports/360963
QAT: https://qat.redports.org/buildarchive/r360963/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/databases/p5-Cache-BDB/Makefile
head/databases/p5-Cache-BDB/pkg-descr
head/databases/p5-Cache-BDB/pkg-plist
Modified: head/databases/p5-Cache-BDB/Makefile
==============================================================================
--- head/databases/p5-Cache-BDB/Makefile Sun Jul 6 18:49:36 2014 (r360962)
+++ head/databases/p5-Cache-BDB/Makefile Sun Jul 6 18:49:41 2014 (r360963)
@@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at 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>
Modified: head/databases/p5-Cache-BDB/pkg-descr
==============================================================================
--- head/databases/p5-Cache-BDB/pkg-descr Sun Jul 6 18:49:36 2014 (r360962)
+++ head/databases/p5-Cache-BDB/pkg-descr Sun Jul 6 18:49:41 2014 (r360963)
@@ -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/
Modified: head/databases/p5-Cache-BDB/pkg-plist
==============================================================================
--- head/databases/p5-Cache-BDB/pkg-plist Sun Jul 6 18:49:36 2014 (r360962)
+++ head/databases/p5-Cache-BDB/pkg-plist Sun Jul 6 18:49:41 2014 (r360963)
@@ -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
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache
@dirrmtry %%SITE_PERL%%/Cache
More information about the svn-ports-all
mailing list