diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:18:35 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:18:35 +0800 |
commit | 5fec49d5110faac46a35afb56b31be7a42444c32 (patch) | |
tree | 4ac53bb46d3015bf03105968da775d07c0e86bf4 /net-mgmt | |
parent | 64502b437046d2ece465678d5edf02a4c628d4c6 (diff) | |
download | freebsd-ports-gnome-5fec49d5110faac46a35afb56b31be7a42444c32.tar.gz freebsd-ports-gnome-5fec49d5110faac46a35afb56b31be7a42444c32.tar.zst freebsd-ports-gnome-5fec49d5110faac46a35afb56b31be7a42444c32.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php5-snmp/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 089b82e453b0..ba04eda5fc99 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -113,6 +113,7 @@ SUBDIR += packit SUBDIR += pancho SUBDIR += php4-snmp + SUBDIR += php5-snmp SUBDIR += pixilate SUBDIR += pmacct SUBDIR += portmon diff --git a/net-mgmt/php5-snmp/Makefile b/net-mgmt/php5-snmp/Makefile new file mode 100644 index 000000000000..d1801e7a7008 --- /dev/null +++ b/net-mgmt/php5-snmp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-snmp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" |