18d36c9b00
- Updating package for p5 modules {Scalar,List}::Util from 1.20 to 1.21 Upstream changes: 1.21 -- Mon May 18 10:32:14 CDT 2009 * Change build system for perl-only install not to need to modify blib * When building inside perl, tests for weaken should be always run (Alexandr Ciornii)
22 lines
624 B
Makefile
22 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.16 2009/05/20 07:52:00 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Scalar-List-Utils-1.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5slu
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/
|
|
COMMENT= Perl subroutines that would be nice to have in the perl core
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/List/Util/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|