summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Datasource/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-03-25 04:30:56 +0000
committermjl <mjl@pkgsrc.org>2001-03-25 04:30:56 +0000
commitc37ae28b9797e8267b1f833272147d3d2550409b (patch)
tree2329744d5ac092075f8683b131e840ea297bc08f /databases/p5-DBIx-Datasource/Makefile
parentf540c98dffabd6aaf1e5623c9aaed72cc0a56381 (diff)
downloadpkgsrc-c37ae28b9797e8267b1f833272147d3d2550409b.tar.gz
Initial import of p5-DBIx-DataSource, a module that implements
create and drop functions for databases. Currently supported databases are MySQL and PostgreSQL.
Diffstat (limited to 'databases/p5-DBIx-Datasource/Makefile')
-rw-r--r--databases/p5-DBIx-Datasource/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Datasource/Makefile b/databases/p5-DBIx-Datasource/Makefile
new file mode 100644
index 00000000000..ac5271a4f63
--- /dev/null
+++ b/databases/p5-DBIx-Datasource/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/25 04:30:56 mjl Exp $
+#
+
+DISTNAME= DBIx-DataSource-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.420.am/dbix-datasource
+COMMENT= create and drop functions for databases
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBIx/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"