Set PERL5_MODULE_TYPE to Module::Install so the pkgsrc version is used
instead of the outdated one distributed with the module. Makes this package build with perl-5.18. While here, set LICENSE and HOMEPAGE.
This commit is contained in:
parent
25c50d7a62
commit
9ccf36cf34
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2013/05/31 12:40:40 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2013/06/12 14:03:53 wiz Exp $
|
||||
|
||||
DISTNAME= PerlIO-via-symlink-0.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -7,11 +7,14 @@ CATEGORIES= devel perl5
|
|||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~clkao/PerlIO-via-symlink/
|
||||
COMMENT= PerlIO layers to create symlinks
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
PERL5_PACKLIST= auto/PerlIO/via/symlink/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue