diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-11-12 19:10:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-11-12 19:10:19 +0000 |
commit | bdb4d0e5da546b1cc131a0459b669c5a9724220c (patch) | |
tree | 19359e5c50a9f7efd423f3cb544cdd4f53af3dcc /textproc/p5-PPIx-EditorTools | |
parent | 6408e89ac2bab8417d9a3ac586195f6286b26284 (diff) | |
download | ports-bdb4d0e5da546b1cc131a0459b669c5a9724220c.tar.gz ports-bdb4d0e5da546b1cc131a0459b669c5a9724220c.zip |
Notes
Diffstat (limited to 'textproc/p5-PPIx-EditorTools')
-rw-r--r-- | textproc/p5-PPIx-EditorTools/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-PPIx-EditorTools/distinfo | 5 |
2 files changed, 16 insertions, 9 deletions
diff --git a/textproc/p5-PPIx-EditorTools/Makefile b/textproc/p5-PPIx-EditorTools/Makefile index 430b6ec8618b..30948542b4c8 100644 --- a/textproc/p5-PPIx-EditorTools/Makefile +++ b/textproc/p5-PPIx-EditorTools/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= PPIx-EditorTools -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SZABGAB +MASTER_SITE_SUBDIR= CPAN:YANICK PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -13,15 +13,21 @@ COMMENT= Utility methods and base class for manipulating Perl via PPI LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:devel/p5-Class-XSAccessor \ - p5-PPI>=1.215:textproc/p5-PPI \ - p5-Try-Tiny>=0.11:lang/p5-Try-Tiny + p5-PPI>=1.203:textproc/p5-PPI \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ - p5-Test-Most>=0:devel/p5-Test-Most \ - p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Method-Signatures>=0:devel/p5-Method-Signatures \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-Declare>=0:devel/p5-MooseX-Declare \ + p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-Most>=0:devel/p5-Test-Most +NO_ARCH= yes USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-PPIx-EditorTools/distinfo b/textproc/p5-PPIx-EditorTools/distinfo index da64dacab1ec..419759261326 100644 --- a/textproc/p5-PPIx-EditorTools/distinfo +++ b/textproc/p5-PPIx-EditorTools/distinfo @@ -1,2 +1,3 @@ -SHA256 (PPIx-EditorTools-0.19.tar.gz) = 5542c885195a88adc4118dbbdef5e0e3b42a863f007bfca118d50e3e08cb23a3 -SIZE (PPIx-EditorTools-0.19.tar.gz) = 38749 +TIMESTAMP = 1508950846 +SHA256 (PPIx-EditorTools-0.20.tar.gz) = 6fa6eea95c324aed908cc7a3f98faddc971aa957e279ff07b960a90ca3bd2396 +SIZE (PPIx-EditorTools-0.20.tar.gz) = 37102 |