freebsd-ports/net/pecl-radius/Makefile
Pav Lucistnik 2868360a5d New port: security/pecl-radius Radius client library
This package is based on the libradius of FreeBSD, with some modifications and
extensions.

This PECL provides full support for RADIUS authentication (RFC 2865) and
RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to
authenticate your users against the user-database of your OS (for example
against Windows Active-Directory via IAS).

PR:		ports/78638
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-03-11 16:20:51 +00:00

30 lines
605 B
Makefile

# Ports collection makefile for: pecl-radius
# Date created: 09 March 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= radius
PORTVERSION= 1.2.4
CATEGORIES= net security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= antonio@php.net
COMMENT= Radius client library for PHP
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-radius
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>