Revision: 77316 http://trac.macports.org/changeset/77316 Author: pixilla@macports.org Date: 2011-03-26 20:17:37 -0700 (Sat, 26 Mar 2011) Log Message: ----------- php/php5-radius: New port from PHP PECL repository. Added Paths: ----------- users/pixilla/php/php5-radius/ users/pixilla/php/php5-radius/Portfile Added: users/pixilla/php/php5-radius/Portfile =================================================================== --- users/pixilla/php/php5-radius/Portfile (rev 0) +++ users/pixilla/php/php5-radius/Portfile 2011-03-27 03:17:37 UTC (rev 77316) @@ -0,0 +1,22 @@ +# -*- 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$ + +PortSystem 1.0 +PortGroup php5extension 1.0 + +php5extension.setup radius 1.2.5 pecl +categories-append net www +platforms darwin +maintainers pixilla + +description provides full support for RADIUS authentication \ + (RFC 2865) and RADIUS accounting (RFC 2866) + +long_description ${description} + +checksums sha1 6a7226341c2db3e9f2114fa9d160d86b38b76b9d \ + rmd160 a2e287ca6ec13b48da4e3c3924e8943b098272f6 + +configure.args-append --enable-radius + +use_parallel_build yes Property changes on: users/pixilla/php/php5-radius/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native