blob: b17ff83ca825d7b2688a67c160f84ee00b161746 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: php52-pdo_firebird
# Date created: 17 Apr 2010
# Whom: Alex Keda <admin@lissyara.su>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php52
PKGNAMESUFFIX= -pdo_firebird
.include "${MASTERDIR}/Makefile"
|