19 lines
293 B
Makefile
19 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.25 2020/11/02 15:24:49 bluhm Exp $
|
|
|
|
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>
|