2013-07-31 08:54:09 +02:00
|
|
|
# Created by: Shell Hung <shell@shellhung.org>
|
2001-08-25 22:30:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Date-Handler
|
2005-02-02 14:55:09 +01:00
|
|
|
PORTVERSION= 1.2
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2001-08-25 22:30:03 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-08-25 22:30:03 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-02-02 14:55:09 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Perl module for calculating time differences
|
2001-08-25 22:30:03 +02:00
|
|
|
|
2013-07-31 08:54:09 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure patch
|
2015-05-31 15:37:20 +02:00
|
|
|
NO_ARCH= yes
|
2001-08-25 22:30:03 +02:00
|
|
|
|
2003-06-21 08:00:59 +02: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 22:30:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|