diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 16:34:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 16:34:39 +0000 |
commit | c65eb7dc0ec96144ef1a218665852f0ed15bed9b (patch) | |
tree | f75b9a46b95d7603975291ecc7559f6eb811da64 /databases/php52-pdo_sqlite/Makefile | |
parent | c323b908ec65c004a4565bec77b95ca0c5b844d0 (diff) |
Notes
Diffstat (limited to 'databases/php52-pdo_sqlite/Makefile')
-rw-r--r-- | databases/php52-pdo_sqlite/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php52-pdo_sqlite/Makefile b/databases/php52-pdo_sqlite/Makefile new file mode 100644 index 000000000000..cf5e6ffa7756 --- /dev/null +++ b/databases/php52-pdo_sqlite/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-pdo_sqlite +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -pdo_sqlite + +.include "${MASTERDIR}/Makefile" |