blob: a072e4ed8e3b711758ce1e2158aeb9acaaad2b1e (
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: p5-Filesys-Statvfs_Df
# Date created: Feb 17 2004
# Whom: Jim Pirzyk
#
# $FreeBSD$
#
PORTNAME= Filesys-Statvfs_Df
PORTVERSION= 0.68
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filesys
PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@freebsd.org
COMMENT= Provides an interface between Perl and the statvfs() system call
PERL_CONFIGURE= yes
MAN3= Filesys::Df.3 Filesys::Statvfs.3
.include <bsd.port.mk>
|