Added: users/pixilla/php/php5-radius/Portfile (0 => 77316)
--- 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
___________________________________________________________________