083a398a2e
Revision history for perl pragma common::sense. 3.72 Wed Jul 31 19:44:18 CEST 2013 - install paths were wrong for current MakeMaker (reported by various people). 3.71 Wed Jul 31 02:34:48 CEST 2013 - CPAN failed to parse the version number in 3.7, try to work around. 3.7 Wed Jul 31 01:26:50 CEST 2013 - move pod to separate file, to further improve loading times. - make it arch-specific, adding a test that warns when an old version is still installed. - due to a logic glitch, warnings were not enabled at all on 5.16.
16 lines
494 B
Makefile
16 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.16 2013/09/02 12:48:10 obache Exp $
|
|
|
|
DISTNAME= common-sense-3.72
|
|
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}
|
|
|
|
PERL5_PACKLIST= auto/common/sense/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|