diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 16:20:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 16:20:51 +0000 |
commit | 2868360a5dc1f3923675b26e254f5d6693fc7dd7 (patch) | |
tree | 7bb491cfbdcb205eda428a1a8abe8880246edff8 /net/pecl-radius/Makefile | |
parent | e2415806bfe56fcee6459f888a3d0443a0c8311e (diff) |
Notes
Diffstat (limited to 'net/pecl-radius/Makefile')
-rw-r--r-- | net/pecl-radius/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile new file mode 100644 index 000000000000..fc1b4973668b --- /dev/null +++ b/net/pecl-radius/Makefile @@ -0,0 +1,30 @@ +# 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> |