diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 15:37:05 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 15:37:05 +0800 |
commit | 3df788c29956a258c45e983aea413b6b149a3993 (patch) | |
tree | 02affce18f0ca4d9de109644f4ab0abc9c083a0e /archivers/php4-bz2/Makefile | |
parent | e52b8dce9cd3023e5f88b34d2ea8168c5da2221a (diff) | |
download | freebsd-ports-gnome-3df788c29956a258c45e983aea413b6b149a3993.tar.gz freebsd-ports-gnome-3df788c29956a258c45e983aea413b6b149a3993.tar.zst freebsd-ports-gnome-3df788c29956a258c45e983aea413b6b149a3993.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'archivers/php4-bz2/Makefile')
-rw-r--r-- | archivers/php4-bz2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/php4-bz2/Makefile b/archivers/php4-bz2/Makefile new file mode 100644 index 000000000000..0f0c2d18c3d6 --- /dev/null +++ b/archivers/php4-bz2/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-bz2 +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -bz2 + +.include "${MASTERDIR}/Makefile" |