14 lines
248 B
Makefile
14 lines
248 B
Makefile
# New ports collection makefile for: php5-pdo
|
|
# Date created: 7 Feb 2007
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
PKGNAMESUFFIX= -pdo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|