diff options
author | sno <sno> | 2010-01-16 18:27:38 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-16 18:27:38 +0000 |
commit | 69a49498a8497eacab5ce59af7dfd83acda94b37 (patch) | |
tree | a100e34dd98e5c56f70ac9bdefb66b56f878f04f /editors | |
parent | 40bc5115300984ecb69c4cb3339271932c362b1b (diff) | |
download | pkgsrc-69a49498a8497eacab5ce59af7dfd83acda94b37.tar.gz |
Importing editors/p5-PPIx-EditorTools v0.09 as dependency of scheduled
import of editors/p5-Padre.
Utility methods and base class for manipulating Perl via PPI.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-PPIx-EditorTools/DESCR | 1 | ||||
-rw-r--r-- | editors/p5-PPIx-EditorTools/Makefile | 30 | ||||
-rw-r--r-- | editors/p5-PPIx-EditorTools/distinfo | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/editors/p5-PPIx-EditorTools/DESCR b/editors/p5-PPIx-EditorTools/DESCR new file mode 100644 index 00000000000..1ddc48ec78a --- /dev/null +++ b/editors/p5-PPIx-EditorTools/DESCR @@ -0,0 +1 @@ +Utility methods and base class for manipulating Perl via PPI. diff --git a/editors/p5-PPIx-EditorTools/Makefile b/editors/p5-PPIx-EditorTools/Makefile new file mode 100644 index 00000000000..2b26a164901 --- /dev/null +++ b/editors/p5-PPIx-EditorTools/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:27:38 sno Exp $ +# + +DISTNAME= PPIx-EditorTools-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= editors perl5 +#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPIx/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AZ/AZAWAWI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/PPIx-EditorTools/ +COMMENT= Utility methods and base class for manipulating Perl via PPI +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +BUILD_DEPENDS+= p5-Test-Differences>=0.4801:../../devel/p5-Test-Differences + +DEPENDS+= p5-Class-XSAccessor>=1.02:../../devel/p5-Class-XSAccessor +DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI + +PERL5_PACKLIST= auto/PPIx/EditorTools/.packlist +PERL5_MODULE_TYPE= Module::Install + +#pre-configure: +# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm + +.include "../../lang/perl5/module.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/p5-PPIx-EditorTools/distinfo b/editors/p5-PPIx-EditorTools/distinfo new file mode 100644 index 00000000000..60975a9aad4 --- /dev/null +++ b/editors/p5-PPIx-EditorTools/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:27:38 sno Exp $ + +SHA1 (PPIx-EditorTools-0.09.tar.gz) = 810f75ee98c378a4571b8ea951a06a317e3c0dce +RMD160 (PPIx-EditorTools-0.09.tar.gz) = 693c12c9ae7bac8130c16db02b18c621b7adb3e4 +Size (PPIx-EditorTools-0.09.tar.gz) = 26003 bytes |