3.5 Wed Mar 7 20:50:48 CET 2012 - localise $^W, as this causes warnings with 5.16 when some lost soul uses -w. common::sense doesn't support $^W, but tries to shield module authors and programs from its ill effects. If you enable $^W, then you normally get to keep the pieces because you change semantics of other people's code.
18 lines
525 B
Makefile
18 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/04/22 10:51:17 wiz Exp $
|
|
|
|
DISTNAME= common-sense-3.5
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/common-sense/
|
|
COMMENT= Save a tree AND a kitten, use common::sense!
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/common/sense/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|