opnsense-ports/devel/p5-TimeDate/Makefile
Franco Fichtner 5209fe7824 devel/p5-TimeDate: sync with upstream
Taken from: HardenedBSD
2018-03-10 06:35:32 +01:00

22 lines
423 B
Makefile

# Created by: Andreas Klemm <andreas@klemm.gtn.com>
# $FreeBSD$
PORTNAME= TimeDate
PORTVERSION= 2.30
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN/Date
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module containing a better/faster date parser for absolute dates
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>