f2a16cff99
------------------------------------- 0.11 2017-06-22 17:41:44+01:00 Europe/London - No changes since 0.10-TRIAL 0.10 2017-06-08 13:12:04+01:00 Europe/London (TRIAL RELEASE) - Remove Moose metaclasses (RT#122048) (pkgsrc changes) - Add following line for make test BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
20 lines
606 B
Makefile
20 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/08/17 13:12:41 mef Exp $
|
|
|
|
DISTNAME= Class-Unload-0.11
|
|
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-Unload/
|
|
COMMENT= Perl 5 module to unload a class
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
PERL5_PACKLIST= auto/Class/Unload/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|