Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / pear-Image_Transform / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Image_Transform
5 PORTVERSION=    0.9.5
6 CATEGORIES=     graphics www pear
7
8 MAINTAINER=     miwi@FreeBSD.org
9 COMMENT=        Standard interface to manipulate images using different libraries
10
11 BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
12 RUN_DEPENDS=    ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
13
14 USE_PHP=        gd
15 PEAR_AUTOINSTALL=       yes
16
17 .include <bsd.port.pre.mk>
18 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
19 .include <bsd.port.post.mk>