mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
14 lines
237 B
Makefile
14 lines
237 B
Makefile
|
CATEGORIES= ftp
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||
|
|
||
|
PKGNAMESUFFIX= -ftp
|
||
|
|
||
|
TEST_TARGET= test
|
||
|
|
||
|
post-patch:
|
||
|
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
|
||
|
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|