pkgsrc/textproc/aspell-fo/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

25 lines
639 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/06/12 10:51:19 wiz Exp $
DISTNAME= aspell-fo-0.4.2
PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://fo.speling.org/filer/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fo.speling.org/installation/aspell
COMMENT= Faroese language support for aspell
LICENSE= gnu-gpl-v2
CONFLICTS+= aspell-faroese-[0-9]*
USE_TOOLS+= perl
REPLACE_PERL= unsq
INSTALLATION_DIRS+= lib/aspell share/aspell
.include "../../mk/bsd.prefs.mk"
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
BROKEN= Can not be packaged on Linux
.endif
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"