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