blob: 262209eba68a6f0831a487e789813b66411386c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= radius
PORTVERSION= 1.4.0b1
PORTREVISION= 1
CATEGORIES= net security pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Radius client library for PHP
WWW= https://pecl.php.net/package/radius
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>
|