0af8b23489
Changes from 1.17: revision 1.21 date: 2006/03/08 01:27:56; author: nwiger; state: Exp; lines: +5 -5 - bugfix for -1 setting off -and logic in modlogic() ---------------------------- revision 1.20 date: 2005/08/18 18:41:58; author: nwiger; state: Exp; lines: +104 -50 - added patch from Dan Kubb enabling quote_char and name_sep options - added patch from Andy Grundman to enhance _anoncopy for deep refs ---------------------------- revision 1.19 date: 2005/04/29 18:20:30; author: nwiger; state: Exp; lines: +34 -20 added _anoncopy to prevent destroying original; updated docs ---------------------------- revision 1.18 date: 2005/03/07 20:14:12; author: nwiger; state: Exp; lines: +201 -65 added support for -and, -or, and -nest; see docs for details
17 lines
453 B
Makefile
17 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/04/23 14:21:24 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= SQL-Abstract-1.21
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/SQL/Abstract/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|