aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Number-Bytes-Human/Makefile
blob: 3eebf84b9afcaf73c9880f57b976a08c4d8f83d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	Number::Bytes::Human
# Date created:				2006-10-19
# Whom:					Sulev-Madis Silber <madis555@hot.ee>
#
# $FreeBSD$
#

PORTNAME=	Number-Bytes-Human
PORTVERSION=	0.07
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	madis555@hot.ee
COMMENT=	Convert byte count to human readable format

PERL_CONFIGURE=	yes

MAN3=		Number::Bytes::Human.3

.include <bsd.port.mk>