diff options
Diffstat (limited to 'security/php80-openssl')
-rw-r--r-- | security/php80-openssl/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/php80-openssl/Makefile b/security/php80-openssl/Makefile new file mode 100644 index 000000000000..e1f1b4c185c4 --- /dev/null +++ b/security/php80-openssl/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php80 + +PKGNAMESUFFIX= -openssl + +TEST_TARGET= test + +.include "${MASTERDIR}/Makefile" |