diff options
author | schmonz <schmonz> | 2014-02-20 18:41:16 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2014-02-20 18:41:16 +0000 |
commit | 19d7beaca91488ff8753c14e3ca4aad7206b1d3e (patch) | |
tree | 5a905dee9ad8f9aa0552971085c1f20dabc662d2 | |
parent | ca5c4fc4ad55c119463a516b65f043afbc6756e5 (diff) | |
download | pkgsrc-19d7beaca91488ff8753c14e3ca4aad7206b1d3e.tar.gz |
Add p5-URI-db, a class for database URIs. They're inspired by JDBC
URIs and PostgreSQL URIs, though they're a bit more formal.
-rw-r--r-- | www/p5-URI-db/DESCR | 2 | ||||
-rw-r--r-- | www/p5-URI-db/Makefile | 21 | ||||
-rw-r--r-- | www/p5-URI-db/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-URI-db/DESCR b/www/p5-URI-db/DESCR new file mode 100644 index 00000000000..f20f3fbeec2 --- /dev/null +++ b/www/p5-URI-db/DESCR @@ -0,0 +1,2 @@ +This class provides support for database URIs. They're inspired by +JDBC URIs and PostgreSQL URIs, though they're a bit more formal. diff --git a/www/p5-URI-db/Makefile b/www/p5-URI-db/Makefile new file mode 100644 index 00000000000..0b7bddf589f --- /dev/null +++ b/www/p5-URI-db/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/02/20 18:41:16 schmonz Exp $ + +DISTNAME= URI-db-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Perl extension to provide database URIs +HOMEPAGE= http://search.cpan.org/dist/URI-db/ +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-URI-Nested-[0-9]*:../../www/p5-URI-Nested + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/URI/db/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-URI-db/distinfo b/www/p5-URI-db/distinfo new file mode 100644 index 00000000000..c564b29470c --- /dev/null +++ b/www/p5-URI-db/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/02/20 18:41:16 schmonz Exp $ + +SHA1 (URI-db-0.12.tar.gz) = 74ec5498ec10132d15b23615248683454877f52d +RMD160 (URI-db-0.12.tar.gz) = 738b4261e7e6e1cfced5ac721e7d753733e43eb5 +Size (URI-db-0.12.tar.gz) = 18250 bytes |