blob: e2968cf272124701f74e7f16923d055521437653 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: sysutils/p5-Filesys-DiskFree
# Date created: 09 December 2003
# Whom: David Le Brun <david@dyn-ns.net>
#
# $FreeBSD$
#
PORTNAME= Filesys-DiskFree
PORTVERSION= 0.06
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filesys
PKGNAMEPREFIX= p5-
MAINTAINER= david@dyn-ns.net
COMMENT= Perl equivalent of df(2)
PERL_CONFIGURE= yes
MAN3= Filesys::DiskFree.3
.include <bsd.port.mk>
|