3a9d2aab2e
pkgsrc changes: - Adding license definition Upstream changes: 1.01 15 Jan 2010 - Adam Kennedy - My release automation accidentally decided that Test::NoWarnings was a Perl licensed distribution. Added in the appropriate changes to make sure it is correctly built with the LGPL license. 1.00 11 Jan 2010 - Adam Kennedy - Cleaned and updated the packaging of the module, the dependencies and the Makefile.PL contents, but otherwise remains unchanged (ADAMK) - Now makes explicit the Perl 5.006 dependency that was previously an undocumented implicit dependency (ADAMK)
20 lines
597 B
Makefile
20 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/01/17 01:06:52 sno Exp $
|
|
|
|
DISTNAME= Test-NoWarnings-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-NoWarnings/
|
|
COMMENT= Perl5 module to make sure you didn't emit any warnings while testing
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DEPENDS+= p5-Test-Tester>=0.103:../../devel/p5-Test-Tester
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PERL5_PACKLIST= auto/Test/NoWarnings/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|