diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:52:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:52:01 +0000 |
commit | f2dd817c58d7063ff5a47f154b2ed6a2f4235248 (patch) | |
tree | f347bc3b3c9060cbb65ac2b8245e754387d08ec9 /databases/php5-filepro | |
parent | Add a new shared extension for PHP. (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114094
Diffstat (limited to 'databases/php5-filepro')
-rw-r--r-- | databases/php5-filepro/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-filepro/Makefile b/databases/php5-filepro/Makefile new file mode 100644 index 000000000000..0d856339ad45 --- /dev/null +++ b/databases/php5-filepro/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-filepro +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -filepro + +.include "${MASTERDIR}/Makefile" |