b231d03135
- Updating package of p5 module Devel::Declare from 0.005002 to 0.005005 - Adjusting license according to META.yaml - Use Module::Install as module type - Adjust MEM_WRAP_CHECK_ patch (was it submitted upstream?) Upstream changes: 0.005005 - Improve compatibility with MAD-enabled perls (Reini Urban, Closes RT#45779). 0.005004 - Don't redefine MEM_WRAP_CHECK_ if it's already defined, getting rid of compilation errors on some perls (Maik Fischer). 0.005003 - Failing tests for line number issues (Ash Berlin). - Add strip_names_and_args (Cory Watson). - Various pod fixes (Yanick Champoux, Florian Ragwitz). - Add copyright statements.
29 lines
873 B
Makefile
29 lines
873 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/06/15 23:07:30 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-Declare-0.005005
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Declare/
|
|
COMMENT= Declarator magic for perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-B-Hooks-EndOfScope>0.05:../../devel/p5-B-Hooks-EndOfScope
|
|
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-Depends>0:../../devel/p5-ExtUtils-Depends
|
|
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:../../devel/p5-ExtUtils-MakeMaker
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Devel/Declare/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|