pkgsrc/devel/p5-Parse-ErrorString-Perl/Makefile
sno 4aef328b70 Importing devel/p5-Parse-ErrorString-Perl version 0.13, for a working
editors/p5-Padre

This  module is aimed primarily at those developing an ide-like programs,
allowing them to have a nice object oriented interface to parsed error
messages of the perl interpreter.
2010-01-16 14:46:38 +00:00

25 lines
781 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 14:46:38 sno Exp $
#
DISTNAME= Parse-ErrorString-Perl-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Parse-ErrorString-Perl/
COMMENT= Parse error messages from the perl interpreter
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor
DEPENDS+= p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
PERL5_PACKLIST= auto/Parse/ErrorString/Perl/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"