diff options
Diffstat (limited to 'ftp/php72-ftp/php71-ftp/Makefile')
-rw-r--r-- | ftp/php72-ftp/php71-ftp/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ftp/php72-ftp/php71-ftp/Makefile b/ftp/php72-ftp/php71-ftp/Makefile new file mode 100644 index 000000000000..15111ceec0e1 --- /dev/null +++ b/ftp/php72-ftp/php71-ftp/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -ftp + +post-patch: + @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ + ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* + +.include "${MASTERDIR}/Makefile" |