blob: 0c9960f1466b8c06c7ad3ff9d24fd44686f9764c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: php5-pdo_firebird
# Date created: 7 Feb 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -pdo_firebird
.include "${MASTERDIR}/Makefile"
|