diff options
Diffstat (limited to 'databases/php80-pdo_dblib/Makefile')
-rw-r--r-- | databases/php80-pdo_dblib/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/php80-pdo_dblib/Makefile b/databases/php80-pdo_dblib/Makefile new file mode 100644 index 000000000000..2f758fd1c6e5 --- /dev/null +++ b/databases/php80-pdo_dblib/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php80 + +PKGNAMESUFFIX= -pdo_dblib + +TEST_TARGET= test + +.include "${MASTERDIR}/Makefile" |