Ryan Steinmetz d0488c3560
devel/p5-Convert-Age: New port:
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.
2024-07-16 21:24:41 -04:00

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>