2001-08-25 20:30:03 +00:00
|
|
|
# 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
|
2005-02-02 13:55:09 +00:00
|
|
|
PORTVERSION= 1.2
|
2001-08-25 20:30:03 +00:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Date
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-02-02 13:55:09 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= Perl module for calculating time differences
|
2001-08-25 20:30:03 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Date::Handler.3 Date::Handler::Delta.3 \
|
|
|
|
Date::Handler::Range.3 Date::Handler::Test.3
|
2003-06-21 06:00:59 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's/[a-z][a-z]_[A-Z][A-Z]/$$&.ISO8859-15/g' \
|
|
|
|
${WRKSRC}/Handler.* ${WRKSRC}/README*
|
2001-08-25 20:30:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|