16 lines
232 B
Makefile
16 lines
232 B
Makefile
COMMENT = YAML and JSON for perl, optimized C
|
|
|
|
DISTNAME = YAML-Syck-1.34
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|