pkgsrc/editors/p5-Padre-Plugin-Vi/Makefile
sno 6c2e9be06e Updating editors/p5-Padre-Plugin-Vi from 0.22 to 0.23 (using
CPAN distribution 0.23.0, because 0.23 seems to have files distributed,
which doesn't belong there).

pkgsrc changes:
- Fixing for Padre-0.69 (Wx::perl::Dialog -> Padre::Wx::Dialog)
- mark for unsafe using make-jobs

Upstream changes:
0.23	2010.07.24
	actually install the translations (RSN)
	compatibility to newer Padre versions (ZENOG)
	added MANIFEST.SKIP
2010-08-20 19:15:28 +00:00

30 lines
817 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/08/20 19:15:28 sno Exp $
#
DISTNAME= Padre-Plugin-Vi-0.23.0
PKGNAME= p5-${DISTNAME:S/.0//}
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
WRKSRC= ${WRKDIR}/${DISTNAME:S/.0//}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-Vi/
COMMENT= Padre plugin proving a vi keyboard
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= NO
BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt
DEPENDS+= p5-Padre>=0.37:../../editors/p5-Padre
PERL5_PACKLIST= auto/Padre/Plugin/Vi/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
pre-configure:
cd ${WRKSRC} && find `pwd` -name "*.orig" -type f -exec ${RM} {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"