diff options
author | wen <wen@pkgsrc.org> | 2015-10-30 12:53:37 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-10-30 12:53:37 +0000 |
commit | be0771bad48924ccaed2fbd98155acba7ff80f1a (patch) | |
tree | 500d6e63bec6d64bc014ac8e3939d1ecff0dc486 /www/p5-HTTP-Lite/Makefile | |
parent | 8bf372f6e79cd2f3c3dce06e4f2c68fd865577ad (diff) | |
download | pkgsrc-be0771bad48924ccaed2fbd98155acba7ff80f1a.tar.gz |
Update to 2.44
Upstream changes:
2.44 2015-03-11 NEILB
- Switched to Dist::Zilla
Diffstat (limited to 'www/p5-HTTP-Lite/Makefile')
-rw-r--r-- | www/p5-HTTP-Lite/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-HTTP-Lite/Makefile b/www/p5-HTTP-Lite/Makefile index 2755d7ad98a..482fe3eb68a 100644 --- a/www/p5-HTTP-Lite/Makefile +++ b/www/p5-HTTP-Lite/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:52:03 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/10/30 12:53:37 wen Exp $ -DISTNAME= HTTP-Lite-2.43 +DISTNAME= HTTP-Lite-2.44 # Preparing if next release is 2.5 (rather than 2.50, use 2.4.3) PKGNAME= p5-${DISTNAME:C/([0-9])\.([0-9])([0-9]*)/\1.\2.\3/} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} |