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