diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:12:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:12:51 +0000 |
commit | 805b440f10356ac31240fdb9960107d1f547f52f (patch) | |
tree | 76544c2b719967417daf101900353fc02066f614 /security/p5-Authen-CAS-Client | |
parent | 1c44ec1b14eb5e1fcb019972f90d270ed64d21b1 (diff) | |
download | pkgsrc-805b440f10356ac31240fdb9960107d1f547f52f.tar.gz |
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'security/p5-Authen-CAS-Client')
-rw-r--r-- | security/p5-Authen-CAS-Client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Authen-CAS-Client/Makefile b/security/p5-Authen-CAS-Client/Makefile index c3ac4a8464a..d1c46b48804 100644 --- a/security/p5-Authen-CAS-Client/Makefile +++ b/security/p5-Authen-CAS-Client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/08/11 13:22:49 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/04 21:12:56 rillig Exp $ # DISTNAME= Authen-CAS-Client-0.08 @@ -12,8 +12,8 @@ HOMEPAGE= https://metacpan.org/release/Authen-CAS-Client COMMENT= Perl 5 module providing an interface for JA-SIG's CAS LICENSE= 2-clause-bsd -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Authen/CAS/Client/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Authen/CAS/Client/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled BUILD_DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject |