diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:21:05 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:21:05 +0800 |
commit | 8062a5048b7cca5fb667daa4e0fa85227b654488 (patch) | |
tree | 294060e34fc7ef170aa8ef5467f1ae10fcbe80f5 /security/php5-openssl/Makefile | |
parent | abcf98d3ac2f69b563b930c3e4e6c9157d2f1042 (diff) | |
download | freebsd-ports-gnome-8062a5048b7cca5fb667daa4e0fa85227b654488.tar.gz freebsd-ports-gnome-8062a5048b7cca5fb667daa4e0fa85227b654488.tar.zst freebsd-ports-gnome-8062a5048b7cca5fb667daa4e0fa85227b654488.zip |
Add a new shared extension for PHP.
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" |