diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-12 19:58:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-12 19:58:40 +0800 |
commit | 4aa9a08abcdee048a6d08590672e8a17c7214ac3 (patch) | |
tree | 0df445da974be27d338df3a6b4a094ad1ea95b18 /devel/p5-DateTime-Event-Recurrence | |
parent | b2d86bb817bd163b650f6574cda3d4fbeddd56bf (diff) | |
download | freebsd-ports-graphics-4aa9a08abcdee048a6d08590672e8a17c7214ac3.tar.gz freebsd-ports-graphics-4aa9a08abcdee048a6d08590672e8a17c7214ac3.tar.zst freebsd-ports-graphics-4aa9a08abcdee048a6d08590672e8a17c7214ac3.zip |
- Update to 0.18
- Add LICENSE
- Update *_DEPENDS minimal required version
- Add NO_ARCH
- Convert to new options target helper
- Sort PLIST
Changes: http://search.cpan.org/dist/DateTime-Event-Recurrence/Changes
Diffstat (limited to 'devel/p5-DateTime-Event-Recurrence')
-rw-r--r-- | devel/p5-DateTime-Event-Recurrence/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-DateTime-Event-Recurrence/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Event-Recurrence/pkg-plist | 2 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/p5-DateTime-Event-Recurrence/Makefile b/devel/p5-DateTime-Event-Recurrence/Makefile index 1d27d25fa12..95474fb8870 100644 --- a/devel/p5-DateTime-Event-Recurrence/Makefile +++ b/devel/p5-DateTime-Event-Recurrence/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Event-Recurrence -DISTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,18 +10,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl DateTime extension for computing basic recurrences -BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DateTime>=0.27:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Set>=0.36:${PORTSDIR}/devel/p5-DateTime-Set RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS +NO_ARCH= yes USES= perl5 USE_PERL5= configure PORTDOCS= CREDITS Changes README TODO -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." diff --git a/devel/p5-DateTime-Event-Recurrence/distinfo b/devel/p5-DateTime-Event-Recurrence/distinfo index 4198cf6d4a7..761efe66262 100644 --- a/devel/p5-DateTime-Event-Recurrence/distinfo +++ b/devel/p5-DateTime-Event-Recurrence/distinfo @@ -1,2 +1,2 @@ -SHA256 (DateTime-Event-Recurrence-0.16.tar.gz) = 3872e0126cd9527a918d3e537f85342d1fbb1e6a9ae5833262201b31879f8609 -SIZE (DateTime-Event-Recurrence-0.16.tar.gz) = 23915 +SHA256 (DateTime-Event-Recurrence-0.18.tar.gz) = 15d1beb23171660d84ff680f4139e6806c5de1d7365e21f4c073b6ee123d229b +SIZE (DateTime-Event-Recurrence-0.18.tar.gz) = 24702 diff --git a/devel/p5-DateTime-Event-Recurrence/pkg-plist b/devel/p5-DateTime-Event-Recurrence/pkg-plist index 4a65e73160e..204ef658681 100644 --- a/devel/p5-DateTime-Event-Recurrence/pkg-plist +++ b/devel/p5-DateTime-Event-Recurrence/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Event::Recurrence.3.gz %%SITE_PERL%%/DateTime/Event/Recurrence.pm +%%PERL5_MAN3%%/DateTime::Event::Recurrence.3.gz |