freebsd-ports/net/pecl-radius/Makefile
Po-Chuan Hsieh 50b69d3263
net/pecl-radius: Fix build with PHP 8.0
- Bump PORTREVISION for package change

Obtained from:	d2d10e1781
2021-05-07 17:39:04 +08:00

23 lines
474 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
PORTNAME= radius
PORTVERSION= 1.4.0b1
PORTREVISION= 1
CATEGORIES= net security pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Radius client library for PHP
LICENSE= BSD3CLAUSE
USES= php:pecl
CONFIGURE_ARGS= --enable-radius
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>