mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
11 lines
191 B
Makefile
11 lines
191 B
Makefile
# Created by: Alex Keda <admin@lissyara.su>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php52
|
|
|
|
PKGNAMESUFFIX= -mysqli
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|