mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add a new shared extension for PHP.
This commit is contained in:
parent
ad9d4f3067
commit
e5b5b49871
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114116
2 changed files with 15 additions and 0 deletions
|
@ -1044,6 +1044,7 @@
|
|||
SUBDIR += php4-sysvshm
|
||||
SUBDIR += php4-tokenizer
|
||||
SUBDIR += php5-dio
|
||||
SUBDIR += php5-gettext
|
||||
SUBDIR += php5-pcre
|
||||
SUBDIR += php5-pear
|
||||
SUBDIR += phptags
|
||||
|
|
14
devel/php5-dio/Makefile
Normal file
14
devel/php5-dio/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php5-dio
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -dio
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue