mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
290 B
Makefile
18 lines
290 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= TimeDate
|
|
PORTVERSION= 2.30
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|