mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
- fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry
14 lines
252 B
Makefile
14 lines
252 B
Makefile
# New ports collection makefile for: php5-mssql
|
|
# Date created: 7 Jul 2004
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
PKGNAMESUFFIX= -mssql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|