pkgsrc/www/p5-CGI-FormBuilder/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

30 lines
907 B
Makefile

# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:53 wiz Exp $
DISTNAME= CGI-FormBuilder-3.09
PKGNAME= p5-${DISTNAME}00
PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module for building HTML forms
HOMEPAGE= http://www.formbuilder.org/
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/CGI/FormBuilder/.packlist
DEPENDS+= p5-HTML-Template>=2.6:../../www/p5-HTML-Template
DEPENDS+= p5-Text-Template>=1.43:../../textproc/p5-Text-Template
#DEPENDS+= p5-Template-Toolkit>=2.08:../../www/p5-Template-Toolkit
post-extract:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
# garbage in the archive ?
(cd ${WRKSRC}; ${RM} -rf PaxHeader )
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"