freebsd-ports/graphics/pear-Image_Transform/Makefile

15 lines
287 B
Makefile
Raw Normal View History

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Image_Transform
PORTVERSION= 0.9.5
CATEGORIES= graphics www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Standard interface to manipulate images using different libraries
USE_PHP= gd
2014-09-23 18:37:41 +02:00
USES= pear
2014-09-23 18:37:41 +02:00
.include <bsd.port.mk>