7aca2531e2
There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
15 lines
250 B
Makefile
15 lines
250 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php74
|
|
|
|
PKGNAMESUFFIX= -ftp
|
|
|
|
TEST_TARGET= test
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
|
|
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|