1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/p5-Filesys-Statvfs_Df/Makefile
Cheng-Lung Sung a6e5f20d93 - fix pkg-plist
- remove MAN3PREFIX from Makefile (implied via bsd.port.mk)

PR:		ports/74789
Submitted by:	Jim Pirzyk (maintainer)
2004-12-08 02:04:02 +00:00

23 lines
485 B
Makefile

# 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>