23 lines
528 B
Makefile
23 lines
528 B
Makefile
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= TimeDate
|
|
PORTVERSION= 2.30
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR=Date
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl5 module containing a better/faster date parser for absolute dates
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Date::Format.3 Date::Language.3 Date::Language::Bulgarian.3 \
|
|
Date::Language::Hungarian.3 Date::Parse.3 Time::Zone.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|