mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-DateTime-Format-Roman 0.02,
roman day numbering for DateTime objects. PR: 54183 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
2bc3c7531c
commit
116ade8e42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85208
@ -569,6 +569,7 @@
|
||||
SUBDIR += p5-DateTime-Format-Mail
|
||||
SUBDIR += p5-DateTime-Format-MySQL
|
||||
SUBDIR += p5-DateTime-Format-Pg
|
||||
SUBDIR += p5-DateTime-Format-Roman
|
||||
SUBDIR += p5-DateTime-Format-Strptime
|
||||
SUBDIR += p5-DateTime-LeapSecond
|
||||
SUBDIR += p5-DateTime-Precise
|
||||
|
26
devel/p5-DateTime-Format-Roman/Makefile
Normal file
26
devel/p5-DateTime-Format-Roman/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-DateTime-Format-Roman
|
||||
# Date created: 7 july 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Format-Roman
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Roman day numbering for DateTime objects
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/Roman.pm:${PORTSDIR}/math/p5-Roman
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime::Format::Roman.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-DateTime-Format-Roman/distinfo
Normal file
1
devel/p5-DateTime-Format-Roman/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DateTime-Format-Roman-0.02.tar.gz) = 7137b08454b48455d1e16798ea9cefe7
|
3
devel/p5-DateTime-Format-Roman/pkg-descr
Normal file
3
devel/p5-DateTime-Format-Roman/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
DateTime::Format::Roman - Roman day numbering for DateTime objects
|
||||
|
||||
WWW: http://datetime.perl.org/
|
7
devel/p5-DateTime-Format-Roman/pkg-plist
Normal file
7
devel/p5-DateTime-Format-Roman/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/DateTime/Format/Roman.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Roman/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Roman
|
||||
@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…
Reference in New Issue
Block a user