pkgsrc/databases/p5-Sort-SQL/Makefile
abs 6b7caa823e 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.
2008-07-14 09:34:26 +00:00

18 lines
504 B
Makefile

# $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"