diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-01-06 08:16:53 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-01-06 08:16:53 +0000 |
commit | bf7823e7420523f84b94877132b50a6d7dea6046 (patch) | |
tree | cfb5e95e451303beb4055cd013bf493a122b85fa | |
parent | - update to 0.4.2 (diff) |
- Update to 0.12
- Add LICENSE (Artistic 1 & GPLv1)
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/CPS/Changes
Notes
Notes:
svn path=/head/; revision=288610
-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 |