# Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= Time-Local PORTVERSION= 1.23.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 LICENSE= ART10 GPLv1 LICENSE_COMB= dual OPTIONS_DEFINE= DOCS USES= perl5 USE_PERL5= configure PORTDOCS= Changes .include post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include