This is a rather simple Perl module for dealing with time intervals. Convert 189988007 seconds to compact form 6y7d10h26m47s. Convert compact 5h37m5s to seconds 20225.
18 lines
360 B
Makefile
18 lines
360 B
Makefile
PORTNAME= Convert-Age
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:CFEDDE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Convert integer seconds into a compact form and back
|
|
WWW= https://metacpan.org/pod/Convert::Age
|
|
|
|
LICENSE= ARTPERL10
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|