it's no longer on CPAN so I've updated again to 1.27. Add a warning to DESCR while there and point people at the explanation in the manpage as this is not regularly maintained upstream.
17 lines
253 B
Makefile
17 lines
253 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/05/26 15:27:34 sthen Exp $
|
|
|
|
COMMENT= YAML and JSON for perl, optimized C
|
|
|
|
SHARED_ONLY= Yes
|
|
MODULES= cpan
|
|
|
|
DISTNAME= YAML-Syck-1.27
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|