[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / p5-Padre-Plugin-Autoformat

Annotation of pkgsrc/editors/p5-Padre-Plugin-Autoformat/Makefile, Revision 1.5

1.5     ! wiz         1: # $NetBSD: Makefile,v 1.4 2012/10/03 11:43:39 asau Exp $
1.1       sno         2: #
                      3:
                      4: DISTNAME=      Padre-Plugin-Autoformat-1.1.2
                      5: PKGNAME=       p5-${DISTNAME}
1.5     ! wiz         6: PKGREVISION=   3
1.1       sno         7: CATEGORIES=    editors 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-Autoformat/
                     12: COMMENT=       Reformat text within Padre
                     13: LICENSE=       ${PERL5_LICENSE}
                     14:
                     15: DEPENDS+=      p5-Module-Util-[0-9]*:../../devel/p5-Module-Util
                     16: DEPENDS+=      p5-Padre>=0.30:../../editors/p5-Padre
                     17: DEPENDS+=      p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
                     18:
                     19: PERL5_PACKLIST=                auto/Padre/Plugin/Autoformat/.packlist
                     20: PERL5_MODULE_TYPE=     Module::Build
                     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"

CVSweb <webmaster@jp.NetBSD.org>