summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract/Makefile
diff options
context:
space:
mode:
authorhe <he>2004-12-20 23:28:53 +0000
committerhe <he>2004-12-20 23:28:53 +0000
commitd3266d120c5c224fa8cb6a494601dd2b9fa40549 (patch)
tree107a32d51f335bff201a76068e0a15235eaf8a0b /databases/p5-SQL-Abstract/Makefile
parent81b6c3cc37b970512b82ee9d0f4afeec9c633d1a (diff)
downloadpkgsrc-d3266d120c5c224fa8cb6a494601dd2b9fa40549.tar.gz
Import p5-SQL-Abstract version 1.17.
Description: This module was inspired by the excellent the DBIx::Abstract manpage. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to create an abstract SQL generation module.
Diffstat (limited to 'databases/p5-SQL-Abstract/Makefile')
-rw-r--r--databases/p5-SQL-Abstract/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
new file mode 100644
index 00000000000..dcf8015f69d
--- /dev/null
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/20 23:28:53 he Exp $
+#
+
+DISTNAME= SQL-Abstract-1.17
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5sqa
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
+
+MAINTAINER= he@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/
+COMMENT= Generate SQL from Perl data structures
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SQL/Abstract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"