Skip to content

Instantly share code, notes, and snippets.

@mpdude
Created April 16, 2014 08:22
Show Gist options
  • Save mpdude/10831444 to your computer and use it in GitHub Desktop.
Save mpdude/10831444 to your computer and use it in GitHub Desktop.
MacPorts Portfile for APCu
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: $
PortSystem 1.0
PortGroup php 1.1
name php-APCu
version 4.0.4
categories php devel
platforms darwin
# Unsure about these...
#maintainers ...
#license ...
php.branches 5.3 5.4 5.5
php.pecl yes
php.pecl.prerelease yes
description APC User Cache
long_description APCu contains the user-level functionality from APC
checksums rmd160 9baddc9655fc2dde2680918ff3cd02edbd84fef4 \
sha256 f97cefb1bf9670d88c98e8c5e78d378927ab52a88b7147361a63401631b5ad3e
if {${name} != ${subport}} {
conflicts ${php}-eaccelerator ${php}-xcache ${php}-apc
configure.args-append --enable-apcu-spinlocks
use_parallel_build yes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment