d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
25 lines
639 B
Makefile
25 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/05/31 12:42:06 wiz Exp $
|
|
|
|
DISTNAME= aspell-fo-0.4.2
|
|
PKGREVISION= 1
|
|
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"
|