aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Time-ParseDate/Makefile
blob: a6e313491869a5e17c876429984cd2200931527f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Adam Weinberger <adamw@FreeBSD.org>

PORTNAME=	Time-ParseDate
PORTVERSION=	2015.103
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Date parsing, both relative and absolute

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>