diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 08:45:42 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 08:45:42 +0000 |
commit | ba37fc45275877a3f1cd40aca3b1b2afb71a3172 (patch) | |
tree | 24a4f05c0974938377466d08b2a213d3486d24d5 /archivers/php5-zlib | |
parent | 5e756c9e233ce05d19ed2e19fc70ed6ed3466fea (diff) | |
download | FreeBSD-ports-ba37fc45275877a3f1cd40aca3b1b2afb71a3172.zip FreeBSD-ports-ba37fc45275877a3f1cd40aca3b1b2afb71a3172.tar.gz |
Add a new shared extension for PHP.
Diffstat (limited to 'archivers/php5-zlib')
-rw-r--r-- | archivers/php5-zlib/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/php5-zlib/Makefile b/archivers/php5-zlib/Makefile new file mode 100644 index 0000000..5e550a5 --- /dev/null +++ b/archivers/php5-zlib/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-zlib +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -zlib + +.include "${MASTERDIR}/Makefile" |