Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time.
27 lines
512 B
Makefile
27 lines
512 B
Makefile
# $OpenBSD: Makefile,v 1.10 2015/05/22 11:31:13 ajacoutot Exp $
|
|
|
|
COMMENT= YAML 1.1 parser and emitter written in C
|
|
|
|
DISTNAME= yaml-0.1.6
|
|
REVISION= 1
|
|
PKGNAME= lib${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
SHARED_LIBS= yaml-0 0.0 # 1.0
|
|
SHARED_LIBS+= yaml 0.0 # 1.0
|
|
|
|
HOMEPAGE= http://pyyaml.org/wiki/LibYAML
|
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= http://pyyaml.org/download/libyaml/
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|