pkgsrc/www/wApua/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

33 lines
896 B
Makefile

# $NetBSD: Makefile,v 1.16 2008/10/19 19:19:24 he Exp $
#
DISTNAME= wApua-0.05.1
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://fsinfo.cs.uni-sb.de/~abe/wApua/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fsinfo.cs.uni-sb.de/~abe/wApua/
COMMENT= Web browser for WAP WML
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-URI>=1.03:../../www/p5-URI
DEPENDS+= p5-libwww>=5.47:../../www/p5-libwww
DEPENDS+= p5-Tk>=800.000:../../x11/p5-Tk
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
PERL5_PACKLIST= auto/wApua/.packlist
INSTALLATION_DIRS= share/doc/wApua
post-install:
cd ${WRKSRC}; \
for i in COPYING README wApua.rc ; do \
${INSTALL_DATA} $$i ${DESTDIR}${PREFIX}/share/doc/wApua ; \
done
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"