f533a02b99
This module provides a way to obtain filesystem disk space information. ported by brad, tested by me needed by newer MailScanner
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/01/15 00:19:30 todd Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= filesystem disk space information
|
|
|
|
DISTNAME= Filesys-Df-0.92
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|