# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 115000 2013-12-21 07:14:05Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               php5extension 1.0

php5extension.setup     snmp 5.3.28 bundled
categories-append       sysutils
platforms               darwin
maintainers             ryandesign
license                 PHP-3.01

description             a PHP interface to the Simple Network Management \
                        Protocol (SNMP)

long_description        ${description}

checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513

use_parallel_build      yes

depends_lib-append      port:net-snmp

configure.args-append   --with-snmp=${prefix}
