freebsd-ports/devel/p5-Time-Progress/Makefile
2006-02-20 02:57:08 +00:00

28 lines
547 B
Makefile

# New ports collection makefile for: Time-Progress
# Date created: 19 Feb 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Time-Progress
PORTVERSION= 1.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Elapsed and estimated finish time reporting
MAN3= Time::Progress.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl5.6
.endif
.include <bsd.port.post.mk>