pkgsrc/www/swish-e/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

27 lines
765 B
Makefile

# $NetBSD: Makefile,v 1.36 2014/05/29 23:38:17 wiz Exp $
DISTNAME= swish-e-2.4.5
PKGREVISION= 7
CATEGORIES= www textproc
MASTER_SITES= http://swish-e.org/distribution/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://swish-e.org/
COMMENT= Simple web indexing for humans - enhanced
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-libxml2=${BUILDLINK_PREFIX.libxml2}
CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
USE_TOOLS+= perl:run
REPLACE_PERL= prog-bin/*.pl conf/*.pl filter-bin/*.pl
REPLACE_PERL+= src/swishspider
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"