freebsd-ports/www/php55-session/Makefile
Mathieu Arnold 81324366be Change www/php*-session's priority to be loaded before most other PHP extensions.
Many PHP extensions were adding a build dependency on session, so that
it was loaded first.  This is now no longer needed, we have a nice
framework handle the extensions ordering.

PR:		203741
Sponsored by:	Absolight
2016-08-09 14:29:13 +00:00

12 lines
187 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 2
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php55
PKGNAMESUFFIX= -session
.include "${MASTERDIR}/Makefile"