diff options
author | obache <obache@pkgsrc.org> | 2011-09-29 12:19:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-29 12:19:48 +0000 |
commit | ba6a25217ab21d715625ee0fb100d15c7de421d8 (patch) | |
tree | 5c8f820fa00dcb468e219911ade4dd252a4d80da /databases/p5-DBICx-Deploy | |
parent | 5875e8b9a5dba3f5f1961b211432c68596965288 (diff) | |
download | pkgsrc-ba6a25217ab21d715625ee0fb100d15c7de421d8.tar.gz |
Fixes shebang for bin/dbicdeploy
Diffstat (limited to 'databases/p5-DBICx-Deploy')
-rw-r--r-- | databases/p5-DBICx-Deploy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBICx-Deploy/Makefile b/databases/p5-DBICx-Deploy/Makefile index 7afc09a2849..4be538c44a7 100644 --- a/databases/p5-DBICx-Deploy/Makefile +++ b/databases/p5-DBICx-Deploy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/08/06 20:32:13 adam Exp $ +# $NetBSD: Makefile,v 1.6 2011/09/29 12:19:48 obache Exp $ DISTNAME= DBICx-Deploy-0.02 PKGNAME= p5-${DISTNAME} @@ -19,5 +19,7 @@ BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator +REPLACE_PERL+= bin/dbicdeploy + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |