mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
587865e3bd
Changelog: http://www.php.net/ChangeLog-7.php#7.0.32 Approved by: tz (implicit) MFH: 2018Q3
15 lines
226 B
Makefile
15 lines
226 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php70
|
|
|
|
PKGNAMESUFFIX= -gd
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
LIB_DEPENDS+= libgd.so:graphics/gd
|