2003-07-01 20:10:29 +02:00
|
|
|
# New ports collection makefile for: p5-Time-Local
|
|
|
|
# Date created: 1 july 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Time-Local
|
2004-04-28 18:52:09 +02:00
|
|
|
PORTVERSION= 1.10
|
2003-07-01 20:10:29 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Time
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-08-16 11:13:44 +02:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-07-01 20:10:29 +02:00
|
|
|
COMMENT= Efficiently compute time from local and GMT time
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2004-04-14 13:28:01 +02:00
|
|
|
CONFIGURE_ARGS= INSTALLDIRS='site'
|
2003-07-01 20:10:29 +02:00
|
|
|
|
|
|
|
MAN3= Time::Local.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|