85872666c4
calculations with a descriptive parser. WWW: https://metacpan.org/pod/Time::ParseDate
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Time-ParseDate
|
|
PORTVERSION= 2015.103
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Date parsing, both relative and absolute
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|