4482005d5c
devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10. Upstream changes: 0.10 Mon, 06 Feb 2012 13:10:00 +0000 * In the Perl API, don't be confused by NULs in the parser buffer. * Fix off-by-one error in buffer length check for set_linestr. * Jump through some hoops to avoid compiler warnings. * Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore. * Note repository and bugtracker locations.
29 lines
903 B
Makefile
29 lines
903 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/02/16 06:23:36 sno Exp $
|
|
|
|
DISTNAME= B-Hooks-Parser-0.10
|
|
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+= 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|