mirror of https://git.FreeBSD.org/ports.git
20 lines
355 B
Makefile
20 lines
355 B
Makefile
PORTNAME= Number-Format-Metric
|
|
PORTVERSION= 0.60
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Format number with metric prefix
|
|
WWW= https://metacpan.org/dist/Number-Format-Metric
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|