2014-05-30 01:35:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2014/05/29 23:36:32 wiz Exp $
|
2010-01-16 22:44:12 +01:00
|
|
|
#
|
|
|
|
|
2010-08-20 20:47:54 +02:00
|
|
|
DISTNAME= Padre-Plugin-SVN-0.05
|
2010-01-16 22:44:12 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 4
|
2010-01-16 22:44:12 +01:00
|
|
|
CATEGORIES= editors perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-SVN/
|
|
|
|
COMMENT= Simple SVN interface for Padre
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
|
|
|
DEPENDS+= p5-Padre>=0.27:../../editors/p5-Padre
|
|
|
|
DEPENDS+= p5-SVN-Class>=0.15:../../devel/p5-SVN-Class
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Padre/Plugin/SVN/.packlist
|
|
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
|
|
|
|
#pre-configure:
|
|
|
|
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|