diff options
author | culot <culot@FreeBSD.org> | 2012-01-06 16:16:53 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-01-06 16:16:53 +0800 |
commit | f4ee973c8459327b66b83d5155b8e8cbe8334c9e (patch) | |
tree | 8b87dedfe6f36cd35400da1fffc26f819c7a0545 /devel | |
parent | 78c161c40071fa5d5a74f68421df2c92b3407f71 (diff) | |
download | freebsd-ports-gnome-f4ee973c8459327b66b83d5155b8e8cbe8334c9e.tar.gz freebsd-ports-gnome-f4ee973c8459327b66b83d5155b8e8cbe8334c9e.tar.zst freebsd-ports-gnome-f4ee973c8459327b66b83d5155b8e8cbe8334c9e.zip |
- Update to 0.12
- Add LICENSE (Artistic 1 & GPLv1)
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/CPS/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-CPS/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-CPS/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-CPS/pkg-plist | 1 |
3 files changed, 12 insertions, 3 deletions
diff --git a/devel/p5-CPS/Makefile b/devel/p5-CPS/Makefile index 7de3d89f26ca..d7144398fcab 100644 --- a/devel/p5-CPS/Makefile +++ b/devel/p5-CPS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CPS -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -15,10 +15,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Manage flow of control in Continuation-Passing Style +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Identity>0:${PORTSDIR}/devel/p5-Test-Identity \ + p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount + PERL_MODBUILD= yes MAN3= CPS.3 \ CPS::Functional.3 \ + CPS::Future.3 \ CPS::Governor.3 \ CPS::Governor::Deferred.3 \ CPS::Governor::Simple.3 diff --git a/devel/p5-CPS/distinfo b/devel/p5-CPS/distinfo index adfb472cbede..ee1b7befbeee 100644 --- a/devel/p5-CPS/distinfo +++ b/devel/p5-CPS/distinfo @@ -1,2 +1,2 @@ -SHA256 (CPS-0.11.tar.gz) = 12459241cb5b9c96175e7919d83bd4bf0c0f0f3454f0d7fe71f5e16cd690c644 -SIZE (CPS-0.11.tar.gz) = 33400 +SHA256 (CPS-0.12.tar.gz) = 544d7f68e6f20afb3e48cd3e43b47892e2f0a9ad292614d2aca20637c1633289 +SIZE (CPS-0.12.tar.gz) = 38278 diff --git a/devel/p5-CPS/pkg-plist b/devel/p5-CPS/pkg-plist index 871b51f6b0f2..022a84925d1b 100644 --- a/devel/p5-CPS/pkg-plist +++ b/devel/p5-CPS/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/CPS.pm %%SITE_PERL%%/CPS/Functional.pm +%%SITE_PERL%%/CPS/Future.pm %%SITE_PERL%%/CPS/Governor.pm %%SITE_PERL%%/CPS/Governor/Deferred.pm %%SITE_PERL%%/CPS/Governor/Simple.pm |