1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/ftp/php55-ftp/Makefile
Alex Dupre 7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00

15 lines
271 B
Makefile

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