summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Abstract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBIx-Abstract/Makefile')
-rw-r--r--databases/p5-DBIx-Abstract/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Abstract/Makefile b/databases/p5-DBIx-Abstract/Makefile
new file mode 100644
index 00000000000..161bf81b8c1
--- /dev/null
+++ b/databases/p5-DBIx-Abstract/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/24 18:46:41 wiz Exp $
+#
+
+DISTNAME= DBIx-Abstract-1.006
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DBIx-Abstract/
+COMMENT= SQL Database access functions
+
+PERL5_PACKLIST= auto/DBIx/Abstract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"