pkgsrc/www/SpeedyCGI/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00

25 lines
675 B
Makefile

# $NetBSD: Makefile,v 1.18 2013/05/31 12:42:30 wiz Exp $
DISTNAME= CGI-SpeedyCGI-2.22
PKGNAME= SpeedyCGI-2.22
PKGREVISION= 8
CATEGORIES= www
MASTER_SITES= http://daemoninc.com/SpeedyCGI/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://daemoninc.com/SpeedyCGI/
COMMENT= Speed up perl scripts by running them persistently
MAKE_JOBS_SAFE= no
BUILDLINK_API_DEPENDS.perl+= perl>=5.10
PERL5_PACKLIST= auto/CGI/SpeedyCGI/.packlist
SUBST_CLASSES+= run
SUBST_STAGE.run= post-patch
SUBST_FILES.run= src/optdefs
SUBST_SED.run+= -e "s|@@PREFIX@@|${PREFIX}|g"
SUBST_MESSAGE.run= Fixing hardcoded paths.
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"