1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/pear-Image_Transform/Makefile
Martin Wilke 25285f33ae - Update to 0.9.5
- Update pkg-descr

PR:		166984
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-03 14:30:21 +00:00

24 lines
583 B
Makefile

# Ports collection makefile for: pear-Image_Transform
# Date created: 01 Mai 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Image_Transform
PORTVERSION= 0.9.5
CATEGORIES= graphics www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= A standard interface to manipulate images using different libraries
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= gd
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>