aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Time-Local/Makefile
blob: 2f69ca982bdfccd0e357e84d26e450d742e3b006 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	p5-Time-Local
# Date created:	   1 july 2003
# Whom:		   Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#

PORTNAME=	Time-Local
PORTVERSION=	1.07
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Time
PKGNAMEPREFIX=	p5-

MAINTAINER=	m@absolight.net
COMMENT=	Efficiently compute time from local and GMT time

PERL_CONFIGURE=	yes
CONFIGURE_ARGS+=	INSTALLDIRS='site'

MAN3=		Time::Local.3

.include <bsd.port.mk>