03aee15cbf
Changes: # ---------------------------------------------------------- # 0.09001 2008-08-19 # ---------------------------------------------------------- * Added support for CREATE VIEW + tests in the mysql producer (groditi) * Added support for SET fields in the mysql producer + test (groditi) * Added support for proper booleans in the mysql producer, when a mysql version of at least 4.x is supplied * Added support for proper enums under pg (as of 8.3), with pg version check, and deferrable constraints * Added support to truncate long constraint and index names in the mysql producer, because of a change to DBIx::Class to produce such long names in some cases.
34 lines
1.3 KiB
Makefile
34 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2008/10/31 16:08:02 seb Exp $
|
|
|
|
DISTNAME= SQL-Translator-0.09001
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROBINSON/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?SQL::Translator
|
|
COMMENT= Manipulate structured data definitions (SQL and more)
|
|
|
|
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-Class-Base>=0:../../devel/p5-Class-Base
|
|
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
|
DEPENDS+= p5-Class-MakeMethods>=0:../../devel/p5-Class-MakeMethods
|
|
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
|
|
DEPENDS+= p5-Digest-SHA1>=2.0:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-Log-Log4perl>=0:../../devel/p5-Log-Log4perl
|
|
DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
|
|
|
|
BUILD_DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Differences>=0:../../devel/p5-Test-Differences
|
|
BUILD_DEPENDS+= p5-YAML>=0.39:../../textproc/p5-YAML
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/SQL/Translator/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|