aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Store-CouchDB
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-03-07 18:19:05 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-03-07 18:19:05 +0000
commit573d89204447a590589b7eb1136609d03de8f79f (patch)
tree4be1bf038879c9ef5eb1705baa2504aa3d0c7f1e /databases/p5-Store-CouchDB
parent63827413152e2cf0e08d384c0ce08ce38e80e367 (diff)
downloadports-573d89204447a590589b7eb1136609d03de8f79f.tar.gz
ports-573d89204447a590589b7eb1136609d03de8f79f.zip
New port: databases/p5-Store-CouchDB
Store::CouchDB provides a simple perlish interface for working with Apache CouchDB. WWW: http://search.cpan.org/dist/Store-CouchDB/ PR: 217597 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
Notes
Notes: svn path=/head/; revision=435630
Diffstat (limited to 'databases/p5-Store-CouchDB')
-rw-r--r--databases/p5-Store-CouchDB/Makefile28
-rw-r--r--databases/p5-Store-CouchDB/distinfo3
-rw-r--r--databases/p5-Store-CouchDB/pkg-descr4
-rw-r--r--databases/p5-Store-CouchDB/pkg-plist2
4 files changed, 37 insertions, 0 deletions
diff --git a/databases/p5-Store-CouchDB/Makefile b/databases/p5-Store-CouchDB/Makefile
new file mode 100644
index 000000000000..ce180594c5e8
--- /dev/null
+++ b/databases/p5-Store-CouchDB/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= Store-CouchDB
+PORTVERSION= 3.8
+CATEGORIES= databases perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:NORBU
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dch@skunkwerks.at
+COMMENT= Perl interface to Apache CouchDB
+
+LICENSE= ART10
+
+BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \
+ p5-Data-Dump>=0:devel/p5-Data-Dump \
+ p5-Data-Printer>=0:devel/p5-Data-Printer \
+ p5-JSON-XS>=0:converters/p5-JSON-XS \
+ p5-libwww>=0:www/p5-libwww \
+ p5-Types-Serialiser>=0:devel/p5-Types-Serialiser \
+ p5-URI-Escape-XS>=0:www/p5-URI-Escape-XS
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+NO_ARCH= yes
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/databases/p5-Store-CouchDB/distinfo b/databases/p5-Store-CouchDB/distinfo
new file mode 100644
index 000000000000..167c814d3015
--- /dev/null
+++ b/databases/p5-Store-CouchDB/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488836984
+SHA256 (Store-CouchDB-3.8.tar.gz) = 0c4e2d3e2889f42fd36217152e32806b233d83a4373939812ee583f3c3828b39
+SIZE (Store-CouchDB-3.8.tar.gz) = 22748
diff --git a/databases/p5-Store-CouchDB/pkg-descr b/databases/p5-Store-CouchDB/pkg-descr
new file mode 100644
index 000000000000..531c736fd61f
--- /dev/null
+++ b/databases/p5-Store-CouchDB/pkg-descr
@@ -0,0 +1,4 @@
+Store::CouchDB provides a simple perlish interface for working with
+Apache CouchDB.
+
+WWW: http://search.cpan.org/dist/Store-CouchDB/
diff --git a/databases/p5-Store-CouchDB/pkg-plist b/databases/p5-Store-CouchDB/pkg-plist
new file mode 100644
index 000000000000..9d10e0d44614
--- /dev/null
+++ b/databases/p5-Store-CouchDB/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Store/CouchDB.pm
+%%PERL5_MAN3%%/Store::CouchDB.3.gz