pkgsrc/devel/p5-B-Hooks-Parser/Makefile
mef 1f1a7524a8 Updated devel/p5-B-Hooks-Parser to 0.19
---------------------------------------
0.19    2017-04-04 19:35:08Z
  - re-release 1.18 as stable (fixes compile issues on recent blead releases)

0.18    2016-08-30 00:24:10Z (TRIAL RELEASE)
  - avoid use of sub_inwhat (RT#116685; see also RT#102918 and perl RT#123865)
2017-04-09 03:26:19 +00:00

30 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.18 2017/04/09 03:26:19 mef Exp $
DISTNAME= B-Hooks-Parser-0.19
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/B-Hooks-Parser/
COMMENT= Interface to perls parser variables
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= {perl>=5.10.1,p5-parent>0}:../../devel/p5-parent
BUILD_DEPENDS+= p5-B-Hooks-EndOfScope-[0-9]*:../../devel/p5-B-Hooks-EndOfScope
BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
# for make test
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
USE_LANGUAGES= c
PERL5_PACKLIST= auto/B/Hooks/Parser/.packlist
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/hook_parser.h ${DESTDIR}/${PREFIX}/include
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"