d945578f2d
Packages Collection. The purpose of the Perl 5 module PPI is to parse Perl code or more accurately Perl Documents. Among the things that people might want a "Perl parser" for you will find taks like documentation, structural and quality analysis, refactoring, layout and presentation
25 lines
813 B
Makefile
25 lines
813 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:04:13 seb Exp $
|
|
#
|
|
|
|
DISTNAME= PPI-1.118
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PPI/
|
|
COMMENT= Perl 5 module to parse, analyze and manipulate Perl (without perl)
|
|
|
|
DEPENDS+= p5-Clone>=0.17:../../devel/p5-Clone
|
|
DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String
|
|
DEPENDS+= p5-List-MoreUtils>=0.13:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-Params-Util>=0.10:../../devel/p5-Params-Util
|
|
|
|
BUILD_DEPENDS+= p5-Task-Weaken>=0.06:../../devel/p5-Task-Weaken
|
|
BUILD_DEPENDS+= p5-Test-Object>=0.06:../../devel/p5-Test-Object
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/PPI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|