diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:21:05 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:21:05 +0000 |
commit | 6cd990b8ab05624c71c72659350d90c603c42990 (patch) | |
tree | 67ef696c8b6a0a3a3f0987c4dd6d3c701eafe3b3 /security/php5-openssl/Makefile | |
parent | 4a365426f3076dcd25f18765465ae2e80d685bec (diff) | |
download | ports-6cd990b8ab05624c71c72659350d90c603c42990.tar.gz ports-6cd990b8ab05624c71c72659350d90c603c42990.zip |
Notes
Diffstat (limited to 'security/php5-openssl/Makefile')
-rw-r--r-- | security/php5-openssl/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/php5-openssl/Makefile b/security/php5-openssl/Makefile new file mode 100644 index 000000000000..2849b599688f --- /dev/null +++ b/security/php5-openssl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-openssl +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -openssl + +.include "${MASTERDIR}/Makefile" |