/databases/kyotocabinet/

56f5777cf78a4278ff9951d2d4608ae153d6ad0'/> 856f5777cf78a4278ff9951d2d4608ae153d6ad0 - Enable STAGE support - Enable AUTOPLIST support, update pkg-plist - Use PyPi (CHEESESHOP) master site, Geo-CDN backed - Add LICENSE (MIT) - Deprecate PYDISTUTILS_PKGNAME, not needed with AUTOPLIST - Remove PLIST_SUB, not necessary with AUTOPLIST - Deprecate OPTIONSFILE override - Deprecate py3k-fix-pkg-plist.inc hack - Use new LIB_DEPENDS convention - Makefile: Whitespace alignment - Bump PORTREVISION Approved by: portmgr (blanket)
- Enable STAGE support
- Enable AUTOPLIST support, update pkg-plist
- Use PyPi (CHEESESHOP) master site, Geo-CDN backed
- Add LICENSE (MIT)
- Deprecate PYDISTUTILS_PKGNAME, not needed with AUTOPLIST
- Remove PLIST_SUB, not necessary with AUTOPLIST
- Deprecate OPTIONSFILE override
- Deprecate py3k-fix-pkg-plist.inc hack
- Use new LIB_DEPENDS convention
- Makefile: Whitespace alignment
- Bump PORTREVISION

Approved by:	portmgr (blanket)
Make port option less confusing. 2013-11-09T21:13:57+00:00 jpaetzel jpaetzel@FreeBSD.org 2013-11-09T21:13:57+00:00 b1006dc0454902922af821bef4570e3757a6c363 In the context of this port, turning on yaml support doesn't enable the optional yaml support like it does for other ports. It compiles the yaml support against textproc/libyaml, which provides for yaml parsing with the speed of C in the ease of use of a scripting language. PR: ports/183763 Submitted by: Michael Gmelin <freebsd@grem.de>
In the context of this port, turning on yaml support
doesn't enable the optional yaml support like it does
for other ports.  It compiles the yaml support against
textproc/libyaml, which provides for yaml parsing with
the speed of C in the ease of use of a scripting language.

PR:	ports/183763
Submitted by:	Michael Gmelin <freebsd@grem.de>