6 lines
98 B
Makefile
6 lines
98 B
Makefile
|
COMMENT = simple implementation of msgpack in C
|
||
|
|
||
|
SHARED_LIBS += mpack 0.0
|
||
|
|
||
|
.include <bsd.port.mk>
|