freebsd-ports/textproc/p5-Time-Human/Makefile
2014-02-02 08:11:05 +00:00

19 lines
422 B
Makefile

# Created by: Peter Pentchev <roam@FreeBSD.org>
# $FreeBSD$
PORTNAME= Time-Human
PORTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert localtime() format to "speaking clock" time
USES= perl5
USE_PERL5= configure
test: build
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
.include <bsd.port.mk>