diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-06-18 13:12:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-06-18 13:12:47 +0000 |
commit | d373ae6805bf617cc824b37d9793991b43a7312e (patch) | |
tree | c2680728574bde4359427224a653e6a4a5e1c8f1 /devel/p5-DateTime-Event-Recurrence | |
parent | ff9e532840922fc8047fdd3bce97730d3c7a05f3 (diff) | |
download | ports-d373ae6805bf617cc824b37d9793991b43a7312e.tar.gz ports-d373ae6805bf617cc824b37d9793991b43a7312e.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Event-Recurrence')
-rw-r--r-- | devel/p5-DateTime-Event-Recurrence/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-DateTime-Event-Recurrence/distinfo | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Event-Recurrence/Makefile b/devel/p5-DateTime-Event-Recurrence/Makefile index 1e1b1efda100..c3b6cf2757ca 100644 --- a/devel/p5-DateTime-Event-Recurrence/Makefile +++ b/devel/p5-DateTime-Event-Recurrence/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime-Event-Recurrence -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -23,4 +23,13 @@ PERL_CONFIGURE= yes MAN3= DateTime::Event::Recurrence.3 +.if !defined(NOPORTDOCS) +PORTDOCS= CREDITS Changes README TODO + +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif + .include <bsd.port.mk> diff --git a/devel/p5-DateTime-Event-Recurrence/distinfo b/devel/p5-DateTime-Event-Recurrence/distinfo index 13cb9796f4fc..d0136051687d 100644 --- a/devel/p5-DateTime-Event-Recurrence/distinfo +++ b/devel/p5-DateTime-Event-Recurrence/distinfo @@ -1,2 +1,2 @@ -MD5 (DateTime-Event-Recurrence-0.12.tar.gz) = 0dce811c5bf91b0e72a0a0276b7a9346 -SIZE (DateTime-Event-Recurrence-0.12.tar.gz) = 22652 +MD5 (DateTime-Event-Recurrence-0.13.tar.gz) = d3986a5a91b87bf3fee76a2152ef3c20 +SIZE (DateTime-Event-Recurrence-0.13.tar.gz) = 23028 |