pkgsrc/textproc/p5-Alien-Hunspell/Makefile
rillig 768cd99f7f textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:43:32 +00:00

25 lines
891 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/11/04 21:43:40 rillig Exp $
DISTNAME= Alien-Hunspell-0.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Alien-Hunspell
COMMENT= Perl5 module providing hunspell
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Alien-Build-[0-9]*:../../devel/p5-Alien-Build
DEPENDS+= p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor
DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
PERL5_PACKLIST= auto/Alien/Hunspell/.packlist
USE_TOOLS+= pkg-config
.include "../../textproc/hunspell/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"