aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Time-Local/Makefile
blob: ef482b22001658f488ef821163949e860bf354d6 (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
24
25
26
27
28
29
30
31
# 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.20.00
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER= perl@FreeBSD.org
COMMENT=    Efficiently compute time from local and GMT time

PERL_CONFIGURE= yes

MAN3=       Time::Local.3

.if !defined(NOPORTDOCS)
PORTDOCS=   Changes

post-install:
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
    @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>