diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-27 21:35:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-27 21:35:36 +0000 |
commit | a12c78b3f55b2ed301715bb55214b98e1db8f9aa (patch) | |
tree | 775859861221e64076675e5f4db6bcb74bf9a2d0 /editors/p5-Padre-Plugin-Kate/Makefile | |
parent | 7f20b5a2bdc1831a7411f47252b4886d20cba5d4 (diff) | |
download | pkgsrc-a12c78b3f55b2ed301715bb55214b98e1db8f9aa.tar.gz |
p5-Padre-Plugin-Kate: update to 0.06.
0.06 2010.12.06
Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)
Added nicer 'About' text (ZENOG)
0.05 2010.10.29
Added support for C# (CHORNY)
Switched to Dist::Zilla (AZAWAWI)
Added compatibility with the latest Padre (AZAWAWI)
Added Arabic translation (AZAWAWI)
Diffstat (limited to 'editors/p5-Padre-Plugin-Kate/Makefile')
-rw-r--r-- | editors/p5-Padre-Plugin-Kate/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/editors/p5-Padre-Plugin-Kate/Makefile b/editors/p5-Padre-Plugin-Kate/Makefile index c40c640f921..a930e2260cf 100644 --- a/editors/p5-Padre-Plugin-Kate/Makefile +++ b/editors/p5-Padre-Plugin-Kate/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2017/06/28 08:27:43 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.13 2017/09/27 21:35:36 wiz Exp $ -DISTNAME= Padre-Plugin-Kate-0.04 +DISTNAME= Padre-Plugin-Kate-0.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= editors perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -16,12 +14,9 @@ DEPENDS+= p5-Padre>=0.65:../../editors/p5-Padre DEPENDS+= p5-Syntax-Highlight-Engine-Kate>=0.05:../../textproc/p5-Syntax-Highlight-Engine-Kate PERL5_PACKLIST= auto/Padre/Plugin/Kate/.packlist -PERL5_MODULE_TYPE= Module::Install::Bundled +PERL5_MODULE_TYPE= Module::Build MAKE_ENV+= PERL_USE_UNSAFE_INC=1 -#pre-configure: -# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |