19 lines
281 B
Makefile
19 lines
281 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/11 10:50:24 espie Exp $
|
|
|
|
COMMENT= YAML and JSON for perl, optimized C
|
|
|
|
SHARED_ONLY= Yes
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
DISTNAME= YAML-Syck-1.17
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|