e68fdc2376
------------------------------------ 0.14 2016-08-07 00:14:09Z - fix naming of test packages, now that . is no longer in @INC while base.pm is running. (RT#116566, perl RT#128769)
17 lines
462 B
Makefile
17 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.14 2016/08/08 13:01:24 mef Exp $
|
|
|
|
DISTNAME= Class-C3-XS-0.14
|
|
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-XS/
|
|
COMMENT= XS speedups for Class::C3
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Class/C3/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|