diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 08:58:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 08:58:06 +0000 |
commit | 3b214cb157a3f96bb638bb68771e3f14d31dd7b9 (patch) | |
tree | b048f10511f13f79abb055edb67f62378f7e2b7f /security/php5-hash | |
parent | a74197d16f0864adea981c6f70d59e3cf27fe07a (diff) |
Notes
Diffstat (limited to 'security/php5-hash')
-rw-r--r-- | security/php5-hash/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/php5-hash/Makefile b/security/php5-hash/Makefile new file mode 100644 index 000000000000..17f20d443545 --- /dev/null +++ b/security/php5-hash/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-hash +# Date created: 10 Dec 2008 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -hash + +.include "${MASTERDIR}/Makefile" |