7eeb51b534
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.
21 lines
580 B
Makefile
21 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/05/29 23:38:00 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= CGI-ProgressBar-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/L/LG/LGODDARD/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CGI-ProgressBar/
|
|
COMMENT= CGI.pm sub-class with a progress bar object
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.8.8,p5-CGI>=3.15}:../../www/p5-CGI
|
|
|
|
PERL5_PACKLIST= auto/CGI/ProgressBar/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|