mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-DateTime-Format-Mail 0.25,
convert between DateTime and RFC2822/822 formats. PR: 54104 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
7cffe7e961
commit
f8089c00c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84378
5 changed files with 43 additions and 0 deletions
|
@ -561,6 +561,7 @@
|
|||
SUBDIR += p5-DateTime-Format-DateManip
|
||||
SUBDIR += p5-DateTime-Format-Epoch
|
||||
SUBDIR += p5-DateTime-Format-Excel
|
||||
SUBDIR += p5-DateTime-Format-Mail
|
||||
SUBDIR += p5-DateTime-Format-MySQL
|
||||
SUBDIR += p5-DateTime-Format-Pg
|
||||
SUBDIR += p5-DateTime-Format-Strptime
|
||||
|
|
29
devel/p5-DateTime-Format-Mail/Makefile
Normal file
29
devel/p5-DateTime-Format-Mail/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: p5-DateTime-Format-Mail
|
||||
# Date created: 4 july 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Format-Mail
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Convert between DateTime and RFC2822/822 formats
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
|
||||
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime::Format::Mail.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-DateTime-Format-Mail/distinfo
Normal file
1
devel/p5-DateTime-Format-Mail/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (DateTime-Format-Mail-0.25.tar.gz) = 83e17027f562b0761220bd075ef26698
|
5
devel/p5-DateTime-Format-Mail/pkg-descr
Normal file
5
devel/p5-DateTime-Format-Mail/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
RFC2822 introduces a slightly different format of date than that used by
|
||||
RFC822. The main correction is that the format is more limited, and thus easier
|
||||
to parse.
|
||||
|
||||
WWW: http://datetime.perl.org/
|
7
devel/p5-DateTime-Format-Mail/pkg-plist
Normal file
7
devel/p5-DateTime-Format-Mail/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/DateTime/Format/Mail.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue