summaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Transform/Makefile
blob: 8b53591e6faef9ac443f7fea45c23a56a164ada1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME=	Image_Transform
PORTVERSION=	0.9.5
CATEGORIES=	graphics www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Standard interface to manipulate images using different libraries

USE_PHP=	gd
USES=		pear php

.include <bsd.port.mk>