Fixup fromcvs/togit conversion
[pkgsrcv2.git] / editors / p5-Padre-Plugin-XS / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:30:55 sno Exp $
2 #
3
4 DISTNAME=       Padre-Plugin-XS-0.02
5 PKGNAME=        p5-${DISTNAME}
6 CATEGORIES=     editors perl5
7 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Padre/}
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://search.cpan.org/dist/Padre-Plugin-XS/
11 COMMENT=        Padre support for perl XS (and perlapi)
12 LICENSE=        ${PERL5_LICENSE}
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 DEPENDS+=       p5-Padre>=0.49:../../editors/p5-Padre
17 DEPENDS+=       p5-Perl-APIReference>=0.04:../../devel/p5-Perl-APIReference
18
19 PERL5_PACKLIST=         auto/Padre/Plugin/XS/.packlist
20 PERL5_MODULE_TYPE=      Module::Install::Bundled
21
22 #pre-configure:
23 #       cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
24
25 .include "../../lang/perl5/module.mk"
26 .include "../../mk/bsd.pkg.mk"