pkgsrc/devel/p5-Carp-Clan/Makefile
sno 743fa23793 Updating devel/p5-Carp-Clan from 6.03 to 6.04
pkgsrc changes:
  - Adding license definition

Upstream changes:
Version 6.04  24.10.2009
 + Solved RT ticket #50796 (inform type of license)
 + Made the test suite compatible with Perl versions < v5.6.0
2009-10-25 12:56:04 +00:00

24 lines
625 B
Makefile

# $NetBSD: Makefile,v 1.13 2009/10/25 12:56:04 sno Exp $
#
DISTNAME= Carp-Clan-6.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ccl
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Carp-Clan/
COMMENT= Report errors from perspective of a "clan" of modules
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Carp/Clan/.packlist
MAKE_PARAMS+= < /dev/null
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"