fe1b8e51a7
Upstream changes: 3.1 Sat Apr 3 04:56:36 CEST 2010 - removed "parenthesis" warning: sysread $fh, my $buf, -s $fh; # ok sysread $fh, my $buf, $size; # warning Made no sense to me, especially as $size is in scope. - no longer hardcode warning/struct bits, calculate them at installation time, for when I will no longer be alive etc. - tweaked documentation.
18 lines
524 B
Makefile
18 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/04/11 22:04:29 seb Exp $
|
|
|
|
DISTNAME= common-sense-3.1
|
|
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"
|