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