1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/converters/p5-Format-Human-Bytes/Makefile
Adam Weinberger b7e7777e5e Reassign converters/ perl modules to perl@.
Also:
- Sort plists
- Fix p5-Convert-BER's bizarre pkg-descr
- p5-Unicode-Map8 fails make test (and did so before)
- p5-XML-WBXML fails make test (and did so before)
2015-05-09 16:16:23 +00:00

18 lines
345 B
Makefile

# Created by: Cezary Morga <cm@therek.net>
# $FreeBSD$
PORTNAME= Format-Human-Bytes
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to format a bytecount and make it human readable
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>