blob: a35e5564e01fd8a799550651c99808f69894cf69 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php55
PKGNAMESUFFIX= -pdo_mysql
BROKEN_powerpc64= Does not build
.include "${MASTERDIR}/Makefile"
|