diff options
author | wen <wen@pkgsrc.org> | 2017-06-04 08:18:22 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-06-04 08:18:22 +0000 |
commit | e9b0a00c0cfe8e4d4fc406a34b9823233399d55e (patch) | |
tree | 9eaf0bce20f8479c2119eed18fa4479c8954cb1c /www/p5-CGI-Compile/Makefile | |
parent | 29bbeaf740cfd8783c01910998fbdee7a638ccba (diff) | |
download | pkgsrc-e9b0a00c0cfe8e4d4fc406a34b9823233399d55e.tar.gz |
Update to 0.22
Upstream changes:
0.22 2017-02-02 09:59:06 PST
- fix tests in signal-masked environment (lemrouch) #20
Diffstat (limited to 'www/p5-CGI-Compile/Makefile')
-rw-r--r-- | www/p5-CGI-Compile/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile index 0e5438d72c1..fd2030c9f67 100644 --- a/www/p5-CGI-Compile/Makefile +++ b/www/p5-CGI-Compile/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/06/04 08:18:22 wen Exp $ -DISTNAME= CGI-Compile-0.21 +DISTNAME= CGI-Compile-0.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} |