blob: 28bcfc83dc7e6a32d1533705f2b50a6b9d157761 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filesys
PKGNAMEPREFIX= p5-
MAINTAINER= david@trucs.org
COMMENT= Perl equivalent of df(2)
PERL_CONFIGURE= yes
MAN3= Filesys::DiskFree.3
.include <bsd.port.mk>
|