summaryrefslogtreecommitdiff
path: root/databases/p5-Sort-SQL/Makefile
diff options
context:
space:
mode:
authorabs <abs>2008-07-14 09:34:26 +0000
committerabs <abs>2008-07-14 09:34:26 +0000
commite6befb60a9fc244c235b861a50f988b2fe404599 (patch)
tree65bd0c9a43f1bea347612747a02559cdf26db6db /databases/p5-Sort-SQL/Makefile
parentcbeed5e96cdeba58b67b96ea08857a03db35fc1e (diff)
downloadpkgsrc-e6befb60a9fc244c235b861a50f988b2fe404599.tar.gz
Added databases/p5-Sort-SQL version 0.03
Sort::SQL is so simple it almost doesn't deserve to be on CPAN. Takes a scalar string of the SQL ORDER BY syntax and turns it into an array of key/value pair hashrefs.
Diffstat (limited to 'databases/p5-Sort-SQL/Makefile')
-rw-r--r--databases/p5-Sort-SQL/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/p5-Sort-SQL/Makefile b/databases/p5-Sort-SQL/Makefile
new file mode 100644
index 00000000000..32634afa27c
--- /dev/null
+++ b/databases/p5-Sort-SQL/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:34:26 abs Exp $
+
+DISTNAME= Sort-SQL-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/K/KA/KARMAN/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~karman/Sort-SQL/
+COMMENT= Manipulate SQL sort strings
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Sort/SQL/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"