summaryrefslogtreecommitdiff
path: root/devel/p5-Class-C3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Class-C3/Makefile')
-rw-r--r--devel/p5-Class-C3/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Class-C3/Makefile b/devel/p5-Class-C3/Makefile
new file mode 100644
index 00000000000..9a61d822101
--- /dev/null
+++ b/devel/p5-Class-C3/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/24 15:01:07 abs Exp $
+
+DISTNAME= Class-C3-0.19
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Class-C3/
+COMMENT= Pragma to use the C3 method resolution order algortihm
+
+DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception
+DEPENDS+= p5-Scalar-List-Utils>=1.10:../../devel/p5-Scalar-List-Utils
+DEPENDS+= p5-Algorithm-C3>=0.05:../../devel/p5-Algorithm-C3
+DEPENDS+= p5-Class-C3-XS>=0.08:../../devel/p5-Class-C3-XS
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Class/C3/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"