pkgsrc/devel/p5-B-Hooks-Parser/Makefile
abs 726869df2c Added devel/p5-B-Hooks-Parser version 0.08
This module provides an API for parts of the perl parser. It can
be used to modify code while it's being parsed.
2009-01-19 18:02:57 +00:00

27 lines
796 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/19 18:02:57 abs Exp $
#
DISTNAME= B-Hooks-Parser-0.08
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
BUILD_DEPENDS+= p5-ExtUtils-Depends>0:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-parent>0:../../devel/p5-parent
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"