a6be3a7241
Changes since 0.18: 0.20 Thu Jan 4 19:08:00 PST 2007 - The tests will no longer fail should the user have NDEBUG or PERL_NDEBUG environment variables set [rt.cpan.org 21170] - Update the license link to point to the whole Perl license, not just the Artistic license. 0.19 Tue Jan 2 15:13:09 PST 2007 - Fixed installation for those who have Pod::Tests but pod2test is not in their PATH as some CPAN shell configurations do.
19 lines
531 B
Makefile
19 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.7 2007/04/09 07:41:20 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Carp-Assert-0.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cpa
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/search?dist=Carp-Assert
|
|
COMMENT= Executable comments like the ANSI C library assert.h
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Carp/Assert/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|