diff options
author | flo <flo@FreeBSD.org> | 2012-05-16 17:46:51 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-05-16 17:46:51 +0800 |
commit | 279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19 (patch) | |
tree | 2de93387d7ad1df58a7807b573d91395f20dccb9 /databases/php53-pdo_mysql | |
parent | 604a42f7a6032c5db4396ed6acc540dc4fc691c4 (diff) | |
download | freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.tar.gz freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.tar.zst freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.zip |
readd php 5.3.13 and all its modules as php53*
Diffstat (limited to 'databases/php53-pdo_mysql')
-rw-r--r-- | databases/php53-pdo_mysql/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php53-pdo_mysql/Makefile b/databases/php53-pdo_mysql/Makefile new file mode 100644 index 000000000000..ecc61c1d6a9d --- /dev/null +++ b/databases/php53-pdo_mysql/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-pdo_mysql +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -pdo_mysql + +.include "${MASTERDIR}/Makefile" |