aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Time-Human/Makefile
blob: 51f12932aebf716827d9dfdd50de15df00df6bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    p5-Time-Human
# Date created:             July 24th, 2004
# Whom:                     Peter Pentchev <roam@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Time-Human
PORTVERSION=    1.03
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= eadler@FreeBSD.org
COMMENT=    Convert localtime() format to "speaking clock" time

PERL_CONFIGURE= yes

MAN3=       Time::Human.3

test:       build
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test

.include <bsd.port.mk>