2004-06-25 17:04:14 +02:00
|
|
|
# New ports collection makefile for: p5-Time-Human
|
|
|
|
# Date created: July 24th, 2004
|
|
|
|
# Whom: Peter Pentchev <roam@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Time-Human
|
2007-02-16 17:20:09 +01:00
|
|
|
PORTVERSION= 1.03
|
2004-06-25 17:04:14 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Time
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
|
|
COMMENT= Convert localtime() format to "speaking clock" time
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Time::Human.3
|
|
|
|
|
2004-06-29 10:41:28 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
2004-06-29 11:07:17 +02:00
|
|
|
EXTRA_PATCHES+= ${PATCHDIR}/Human.pm-5005.patch
|
2004-06-29 10:41:28 +02:00
|
|
|
.endif
|
|
|
|
|
2007-02-16 17:20:09 +01:00
|
|
|
test: build
|
|
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
|
|
|
|
|
2004-06-29 10:41:28 +02:00
|
|
|
.include <bsd.port.post.mk>
|