diff options
Diffstat (limited to 'databases/php53-dba/Makefile')
-rw-r--r-- | databases/php53-dba/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php53-dba/Makefile b/databases/php53-dba/Makefile new file mode 100644 index 000000000000..b296a8016ad0 --- /dev/null +++ b/databases/php53-dba/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-dba +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -dba + +.include "${MASTERDIR}/Makefile" |