17 lines
346 B
Makefile
17 lines
346 B
Makefile
|
COMMENT= filesystem disk space information
|
||
|
|
||
|
DISTNAME= Filesys-Df-0.92
|
||
|
REVISION= 6
|
||
|
CATEGORIES= sysutils
|
||
|
|
||
|
# XXX Force dependency on libc; this doesn't actually use libc, but doing
|
||
|
# this ensures that changes to syscalls alter the package signature.
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
.include <bsd.port.mk>
|