summaryrefslogtreecommitdiff
path: root/devel/p5-Term-ProgressBar/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2012-09-09 13:11:35 +0000
committerabs <abs@pkgsrc.org>2012-09-09 13:11:35 +0000
commit1bd6ee55d7f8525c4abb37e6c22b3c40794e740b (patch)
tree7a47b98aacee740da744731eec1b023df35fff6d /devel/p5-Term-ProgressBar/Makefile
parent15cebe5784555841c1338374fb7f88f9f59f629e (diff)
downloadpkgsrc-1bd6ee55d7f8525c4abb37e6c22b3c40794e740b.tar.gz
Updated devel/p5-Term-ProgressBar to 2.13
pkgsrc changes - Add LICENSE - PERL5_PACKLIST has changed to standard format 2.13 Fri May 18 06:24:42 2012 - remove unused and invalid SIGNATURE file - move content of BUGS to Changes - Remove the INSTALL and configure files, people should use the standard CPAN installation tools - Add standard prerequisites to Makefile.PL 2.12 Wed May 16 12:47:16 2012 - use strict; use warnings; in examples - remove bareword from POD (JBAKER) - make lbrack and rbrack official. 2.11 Fri Feb 17 12:31:04 2012 - skip the signature verification 2.10 Wed Dec 21 11:18:26 2011 - remove Build.PL (keep the Makefile.PL only) - Replace home-made testing tools with CPAN-ish tools - Require Capture::Tiny for testing - New co-maintainer: Gabor Szabo
Diffstat (limited to 'devel/p5-Term-ProgressBar/Makefile')
-rw-r--r--devel/p5-Term-ProgressBar/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Term-ProgressBar/Makefile b/devel/p5-Term-ProgressBar/Makefile
index f3525d70214..36d2090461b 100644
--- a/devel/p5-Term-ProgressBar/Makefile
+++ b/devel/p5-Term-ProgressBar/Makefile
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.11 2011/08/14 12:26:38 obache Exp $
-#
+# $NetBSD: Makefile,v 1.12 2012/09/09 13:11:35 abs Exp $
-DISTNAME= Term-ProgressBar-2.09
+DISTNAME= Term-ProgressBar-2.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLUFFY/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SZ/SZABGAB/}
MAINTAINER= imil@gcu.info
HOMEPAGE= http://search.cpan.org/dist/Term-ProgressBar/
COMMENT= Provide a progress meter on a standard terminal
PKG_DESTDIR_SUPPORT= user-destdir
+LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Class-MethodMaker>=1.12:../../devel/p5-Class-MethodMaker
-DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
+DEPENDS+= p5-Class-MethodMaker>=1.02:../../devel/p5-Class-MethodMaker
+DEPENDS+= p5-Term-ReadKey>=2.24:../../devel/p5-Term-ReadKey
WRKSRC= ${WRKDIR}/${DISTNAME:S/-r1$//}
-PERL5_PACKLIST= auto/Term-ProgressBar/.packlist
+PERL5_PACKLIST= auto/Term/ProgressBar/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"