mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
This commit is contained in:
parent
f80a19e711
commit
c09aaf5841
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401329
3 changed files with 11 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= DateTime-Event-Recurrence
|
PORTNAME= DateTime-Event-Recurrence
|
||||||
DISTVERSION= 0.16
|
PORTVERSION= 0.18
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -11,18 +10,22 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl DateTime extension for computing basic recurrences
|
COMMENT= Perl DateTime extension for computing basic recurrences
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
LICENSE= ART10 GPLv1
|
||||||
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
|
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}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
PORTDOCS= CREDITS Changes README TODO
|
PORTDOCS= CREDITS Changes README TODO
|
||||||
|
|
||||||
post-install:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (DateTime-Event-Recurrence-0.16.tar.gz) = 3872e0126cd9527a918d3e537f85342d1fbb1e6a9ae5833262201b31879f8609
|
SHA256 (DateTime-Event-Recurrence-0.18.tar.gz) = 15d1beb23171660d84ff680f4139e6806c5de1d7365e21f4c073b6ee123d229b
|
||||||
SIZE (DateTime-Event-Recurrence-0.16.tar.gz) = 23915
|
SIZE (DateTime-Event-Recurrence-0.18.tar.gz) = 24702
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
%%PERL5_MAN3%%/DateTime::Event::Recurrence.3.gz
|
|
||||||
%%SITE_PERL%%/DateTime/Event/Recurrence.pm
|
%%SITE_PERL%%/DateTime/Event/Recurrence.pm
|
||||||
|
%%PERL5_MAN3%%/DateTime::Event::Recurrence.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue