summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Lite/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-01-12 07:37:07 +0000
committermef <mef@pkgsrc.org>2015-01-12 07:37:07 +0000
commit428f12100d523c67041cca3808b829d7b40ca39e (patch)
tree0cc1add772cb550e6748a7d80ddaa750dd380ad2 /www/p5-HTTP-Lite/Makefile
parentd1aa7c1346c423f3a07ce1ece01083568646d218 (diff)
downloadpkgsrc-428f12100d523c67041cca3808b829d7b40ca39e.tar.gz
Update 2.4 to 2.43
------------------ 2.43 2014-01-29 - Directed people to HTTP::Tiny and LWP at the start of the doc - Added links to better modules in SEE ALSO - Added "use warnings" (!) - Moved test.pl into t/original-tests.t 2.42 2013-07-21 - Fixed typos reported by David Steinbrunner (thanks!) 2.41 2013-07-20 - Reformatted this file according to CPAN::Changes::Spec
Diffstat (limited to 'www/p5-HTTP-Lite/Makefile')
-rw-r--r--www/p5-HTTP-Lite/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-HTTP-Lite/Makefile b/www/p5-HTTP-Lite/Makefile
index 8921338ded2..f0260ea91a7 100644
--- a/www/p5-HTTP-Lite/Makefile
+++ b/www/p5-HTTP-Lite/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2014/10/09 14:07:11 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/01/12 07:37:07 mef Exp $
-DISTNAME= HTTP-Lite-2.4
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+DISTNAME= HTTP-Lite-2.43
+# 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/}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}