mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Add proftpd-mysql port, a slave port of proftpd with mysql support.
Need by dtc port.
This commit is contained in:
parent
4f9db48c63
commit
44d5a2a4dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109924
@ -169,6 +169,7 @@
|
||||
SUBDIR += php3
|
||||
SUBDIR += php4
|
||||
SUBDIR += php4-cli
|
||||
SUBDIR += php4-dtc
|
||||
SUBDIR += php4-horde
|
||||
SUBDIR += php4-nms
|
||||
SUBDIR += php5
|
||||
|
19
lang/php4-dtc/Makefile
Normal file
19
lang/php4-dtc/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: php4-dtc
|
||||
# Date created: 11 May 2004
|
||||
# Whom: Thomas Goirand <thomas@goirand.fr>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= lang www
|
||||
PKGNAMESUFFIX= -dtc
|
||||
|
||||
MAINTAINER= thomas@goirand.fr
|
||||
COMMENT= A default PHP configured for DTC
|
||||
|
||||
WITH_SESSION= yes
|
||||
WITH_MYSQL= yes
|
||||
WITH_SOCKET= yes
|
||||
WITH_GD= yes
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user