aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-TimeDate/Makefile
blob: 6b73492ce5138ec0b6b9b7182b1936179b21fe0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	TimeDate
PORTVERSION=	2.33
PORTEPOCH=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN/Date
PKGNAMEPREFIX=	p5-

MAINTAINER=	svysh.fbsd@gmail.com
COMMENT=	Perl5 module containing a better/faster date parser for absolute dates
WWW=		https://metacpan.org/release/TimeDate

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/README

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>