diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-08 22:38:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-08 22:38:52 +0000 |
commit | 08f342435d49d94edb5d5780db619af89e7f3038 (patch) | |
tree | e40af42880ba18d7a3f8182977ac3694849fcd35 /net/phpldapadmin/Makefile | |
parent | 8c574fc8e99bf7925d457cd82c1b398343d36dfb (diff) | |
download | ports-08f342435d49d94edb5d5780db619af89e7f3038.tar.gz ports-08f342435d49d94edb5d5780db619af89e7f3038.zip |
Notes
Diffstat (limited to 'net/phpldapadmin/Makefile')
-rw-r--r-- | net/phpldapadmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 633273bd7d63..c68b94becc62 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -9,10 +9,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= matthew@FreeBSD.org -COMMENT= A set of PHP-scripts to administer LDAP over the web +COMMENT= PHP application to administer LDAP over the web LICENSE= GPLv2 +NO_ARCH= yes NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session xml iconv hash DEFAULT_PHP_VER= 5 |