summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Container
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-23 16:58:18 +0000
committerwiz <wiz@pkgsrc.org>2005-02-23 16:58:18 +0000
commit9775195b8ceebda238bf520513f57da53078c2af (patch)
tree5fc23ccbfc54900c503f515dac96985040407da1 /devel/p5-Class-Container
parent81e3e265f53878c139e330912f50443182b4f175 (diff)
downloadpkgsrc-9775195b8ceebda238bf520513f57da53078c2af.tar.gz
Update to 0.12:
0.12 Sun Jan 23 21:02:35 CST 2005 - Fixed a bug in the container() method, which was only returning valid results for delayed objects, not auto-created ones. [Spotted by Sebastian Willert]
Diffstat (limited to 'devel/p5-Class-Container')
-rw-r--r--devel/p5-Class-Container/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Class-Container/Makefile b/devel/p5-Class-Container/Makefile
index f931a64ab3a..eb32feabc82 100644
--- a/devel/p5-Class-Container/Makefile
+++ b/devel/p5-Class-Container/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2004/12/20 11:30:58 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/23 16:58:18 wiz Exp $
-DISTNAME= Class-Container-0.11
+DISTNAME= Class-Container-0.12
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ccr
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist//Class-Container/
+HOMEPAGE= http://search.cpan.org/dist/Class-Container/
COMMENT= Glues object frameworks together transparently
DEPENDS+= p5-Params-Validate>=0.23:../../devel/p5-Params-Validate
@@ -18,6 +17,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Container/.packlist
+# doesn't give us a packlist yet, so disabled for now
+#PERL5_USES_MODULE_BUILD= YES
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"