blob: 7ad17205c06822f30e050c6f5443f0b732efd9ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Filesys-DfPortable
PORTVERSION= 0.85
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Filesys
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Filesys::DfPortable - Perl extension for filesystem disk space information.
USES= perl5
USE_PERL5= configure
MAN3= Filesys::DfPortable.3
NO_STAGE= yes
.include <bsd.port.mk>
|