Fixup fromcvs/togit conversion
[pkgsrcv2.git] / editors / p5-Padre-Plugin-Debugger / Makefile
1 # $NetBSD: Makefile,v 1.2 2010/08/21 16:34:49 seb Exp $
2 #
3
4 DISTNAME=       Padre-Plugin-Debugger-0.3
5 PKGNAME=        p5-${DISTNAME}
6 PKGREVISION=    2
7 CATEGORIES=     editors devel perl5
8 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Padre/}
9
10 MAINTAINER=     pkgsrc-users@NetBSD.org
11 HOMEPAGE=       http://search.cpan.org/dist/Padre-Plugin-Debugger/
12 COMMENT=        Debug Perl code from Padre editor
13 LICENSE=        ${PERL5_LICENSE}
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 DEPENDS+=       p5-Devel-ebug>=0.49:../../devel/p5-Devel-ebug
18 DEPENDS+=       p5-Padre>=0.28:../../editors/p5-Padre
19 DEPENDS+=       {perl>=5.10.1,parent-[0-9]*}:../../devel/p5-parent
20
21 PERL5_PACKLIST=         auto/Padre/Plugin/Debugger/.packlist
22 PERL5_MODULE_TYPE=      Module::Build
23
24 #pre-configure:
25 #       cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
26
27 .include "../../lang/perl5/module.mk"
28 .include "../../mk/bsd.pkg.mk"