blob: cbb5b8f36e82ebaff2123864ce5e8bb7c32d9bdd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php73
PKGNAMESUFFIX= -pdo_pgsql
TEST_TARGET= test
.include "${MASTERDIR}/Makefile"
|