pkgsrc/www/wApua/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

33 lines
897 B
Makefile

# $NetBSD: Makefile,v 1.17 2010/08/21 16:37:12 seb Exp $
#
DISTNAME= wApua-0.05.1
PKGREVISION= 2
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"