mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b968cad3b1
Submitted by: Mathieu Arnold <m@absolight.net> Reviewed by: maintainer Update math/p5-Date-Handler to 1.1 and add a small patch so that locales in doc reflects those present in FreeBSD.
30 lines
737 B
Makefile
30 lines
737 B
Makefile
# New ports collection makefile for: p5-Date-Handler
|
|
# Date Created: 25 Aug 2001
|
|
# Whom: Shell Hung <shell@shellhung.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Considering this module for calculating date, so
|
|
# I putted it into 'math' and not 'devel' or other
|
|
|
|
PORTNAME= Date-Handler
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Date
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= shell@shellhung.org
|
|
COMMENT= Perl module for calculating time differences
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Date::Handler.3 Date::Handler::Delta.3 \
|
|
Date::Handler::Range.3 Date::Handler::Test.3
|
|
|
|
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>
|