1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/math/p5-Date-Handler/Makefile
2021-04-06 16:31:07 +02:00

22 lines
442 B
Makefile

# Created by: Shell Hung <shell@shellhung.org>
PORTNAME= Date-Handler
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for calculating time differences
USES= perl5
USE_PERL5= configure patch
NO_ARCH= yes
post-patch:
@${PERL} -pi -e 's/[a-z][a-z]_[A-Z][A-Z]/$$&.ISO8859-15/g' \
${WRKSRC}/Handler.* ${WRKSRC}/README*
.include <bsd.port.mk>