Importing editors/p5-Padre-Plugin-SVN v0.04
Padre::Plugin::SVN provides a simple SVN interface for Padre.
This commit is contained in:
parent
5519dba326
commit
bb5c614679
3 changed files with 32 additions and 0 deletions
1
editors/p5-Padre-Plugin-SVN/DESCR
Normal file
1
editors/p5-Padre-Plugin-SVN/DESCR
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Padre::Plugin::SVN provides a simple SVN interface for Padre.
|
26
editors/p5-Padre-Plugin-SVN/Makefile
Normal file
26
editors/p5-Padre-Plugin-SVN/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 21:44:12 sno Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= Padre-Plugin-SVN-0.04
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
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}
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
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"
|
5
editors/p5-Padre-Plugin-SVN/distinfo
Normal file
5
editors/p5-Padre-Plugin-SVN/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2010/01/16 21:44:12 sno Exp $
|
||||||
|
|
||||||
|
SHA1 (Padre-Plugin-SVN-0.04.tar.gz) = 1448247123a821c222ce6e658a775d23a93be4ea
|
||||||
|
RMD160 (Padre-Plugin-SVN-0.04.tar.gz) = c33e4c0e7e76c84ea93fa692eb5fe9b2e4d3a931
|
||||||
|
Size (Padre-Plugin-SVN-0.04.tar.gz) = 26217 bytes
|
Loading…
Reference in a new issue