Files
ports/devel/p5-Time-Local/Makefile
T
Sunpoet Po-Chuan Hsieh 9ed0e9c2fa Update to 1.30
- Convert to options target helper

Changes:	https://metacpan.org/changes/distribution/Time-Local
2020-01-27 20:10:18 +00:00

31 lines
550 B
Makefile

# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
PORTNAME= Time-Local
PORTVERSION= 1.30
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Efficiently compute time from local and GMT time
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PORTDOCS= Changes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Changes ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>