14 lines
219 B
Makefile
14 lines
219 B
Makefile
COMMENT = return the total amount of free and used physical memory
|
|
|
|
DISTNAME = Sys-MemInfo-0.99
|
|
REVISION = 1
|
|
CATEGORIES = sysutils
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|