6729be5645
pkgsrc changes: - Add module type to ensure auto_install in Makefile.PL is properly handled Upstream changes: 0.91 2010-02-27 Fix broken test due to behavior of lib under 5.10.1 Fix broken test (warn) when hit some file as directory
21 lines
602 B
Makefile
21 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/03/16 19:14:46 sno Exp $
|
|
#
|
|
|
|
DISTNAME= lib-abs-0.91
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=lib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/lib-abs/
|
|
COMMENT= Perl 5 module to add in @INC absolute paths from relative ones
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/lib/abs/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install # to handle auto_install flags properly
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|