summaryrefslogtreecommitdiff
path: root/editors/p5-Padre-Plugin-PerlTidy/Makefile
blob: 0322ecc0ac28c1e82a0a2342119aa7f1c975a719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.11 2015/06/12 10:50:03 wiz Exp $
#

DISTNAME=	Padre-Plugin-PerlTidy-0.22
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	4
CATEGORIES=	editors devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Padre/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Padre-Plugin-PerlTidy/
COMMENT=	Format perl files in Padre using Perl::Tidy
LICENSE=	${PERL5_LICENSE}

MAKE_JOBS_SAFE=	no

DEPENDS+=	p5-Padre>=0.92:../../editors/p5-Padre
DEPENDS+=	p5-Params-Util>=1.04:../../devel/p5-Params-Util
DEPENDS+=	p5-Perl-Tidy>=20101217:../../devel/p5-Perl-Tidy

PERL5_PACKLIST=		auto/Padre/Plugin/PerlTidy/.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"