1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net/pecl-radius/Makefile
Antoine Brodin 6c52583c8b Ignore with PHP 8.0
Reported by:	pkg-fallout
2020-12-29 09:14:44 +00:00

25 lines
487 B
Makefile

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