mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
18 lines
310 B
Makefile
18 lines
310 B
Makefile
# Created by: David Le Brun <david@dyn-ns.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Filesys-DiskFree
|
|
PORTVERSION= 0.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl equivalent of df(2)
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|