add in snmp module
This commit is contained in:
parent
36c67a1951
commit
d77bc5784a
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2002/07/09 18:14:16 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2002/07/09 19:35:10 avsm Exp $
|
||||
|
||||
PKGNAME= php4-gd-${V}
|
||||
|
||||
MULTI_PACKAGES= -bz2 -curl -dba -dbase -filepro \
|
||||
-gmp -imap -ldap -mcrypt -mhash -mysql -ncurses \
|
||||
-odbc -pdf -pgsql -shmop -sybase_ct -xml -xslt
|
||||
-odbc -pdf -pgsql -shmop -snmp -sybase_ct -xml -xslt
|
||||
SUBPACKAGE?=
|
||||
|
||||
FLAVORS+= no_x11
|
||||
@ -117,10 +117,10 @@ PGSQL_DEPENDS= pq.2::databases/postgresql
|
||||
COMMENT-shmop= "shared memory extensions for php4"
|
||||
CONFIGURE_ARGS+= --enable-shmop=shared
|
||||
|
||||
# snmp .. waiting for ssl ...
|
||||
# snmp
|
||||
COMMENT-snmp= "snmp protocol extensions for php4"
|
||||
#-CONFIGURE_ARGS+= --with-snmp=shared,${LOCALBASE} --enable-ucd-snmp-hack
|
||||
#-LIB_DEPENDS+= snmp.42::net/ucd-snmp
|
||||
CONFIGURE_ARGS+= --with-snmp=shared,${LOCALBASE} --enable-ucd-snmp-hack
|
||||
LIB_DEPENDS+= snmp.42::net/ucd-snmp
|
||||
|
||||
# sybase-ct
|
||||
COMMENT-sybase_ct= "sybase database access extensions for php4"
|
||||
|
4
www/php4/extensions/pkg/DESCR-snmp
Normal file
4
www/php4/extensions/pkg/DESCR-snmp
Normal file
@ -0,0 +1,4 @@
|
||||
This module makes SNMP reading and writing functions accessible
|
||||
from within PHP.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
2
www/php4/extensions/pkg/PLIST-snmp
Normal file
2
www/php4/extensions/pkg/PLIST-snmp
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST-snmp,v 1.1 2002/07/09 19:35:10 avsm Exp $
|
||||
lib/php/modules/snmp.so
|
Loading…
x
Reference in New Issue
Block a user