1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/ftp/php56-ftp/Makefile
2014-09-04 14:24:25 +00:00

15 lines
271 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
CATEGORIES= ftp
MASTERDIR= ${.CURDIR}/../../lang/php56
PKGNAMESUFFIX= -ftp
post-patch:
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
.include "${MASTERDIR}/Makefile"