1 # $NetBSD: Makefile,v 1.4 2012/10/03 11:43:39 asau Exp $
4 DISTNAME
= Padre-Plugin-Autoformat-1.1
.2
5 PKGNAME
= p5-
${DISTNAME}
7 CATEGORIES
= editors perl5
8 MASTER_SITES
= ${MASTER_SITE_PERL_CPAN
:=Padre
/}
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}
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
19 PERL5_PACKLIST
= auto
/Padre
/Plugin
/Autoformat
/.packlist
20 PERL5_MODULE_TYPE
= Module
::Build
23 # cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
25 .
include "../../lang/perl5/module.mk"
26 .
include "../../mk/bsd.pkg.mk"