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