mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
219 B
Makefile
15 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>
|