1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 16:14:04 +00:00
parent 151f16de1e
commit 9623458383
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253106
2 changed files with 15 additions and 0 deletions

View File

@ -523,6 +523,7 @@
SUBDIR += php52-mssql
SUBDIR += php52-mysql
SUBDIR += php52-mysqli
SUBDIR += php52-oci8
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php52-ncurses
# Date created: 17 Apr 2010
# Whom: Alex Keda <admin@lissyara.su>
#
# $FreeBSD$
#
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php52
PKGNAMESUFFIX= -ncurses
.include "${MASTERDIR}/Makefile"