diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile index ec81353f22db..70d4e51b3e34 100644 --- a/net/pecl-radius/Makefile +++ b/net/pecl-radius/Makefile @@ -1,23 +1,23 @@ # Created by: Antonio Carlos Venancio Junior () PORTNAME= radius DISTVERSION= 1.4.0b1 CATEGORIES= net security pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Radius client library for PHP LICENSE= BSD3CLAUSE USES= php:pecl -IGNORE_WITH_PHP= 80 CONFIGURE_ARGS= --enable-radius +IGNORE_WITH_PHP=80 OPTIONS_DEFINE= EXAMPLES post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include