diff options
Diffstat (limited to 'databases/php81-pdo/Makefile')
-rw-r--r-- | databases/php81-pdo/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/php81-pdo/Makefile b/databases/php81-pdo/Makefile new file mode 100644 index 000000000000..436a6554b434 --- /dev/null +++ b/databases/php81-pdo/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php81 + +PKGNAMESUFFIX= -pdo + +.include "${MASTERDIR}/Makefile" |