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