aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Color/Makefile
blob: 6e0fb3086353990814ad34537eac6b366abcb950 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by: Gerrit Beine (<tux@pinguru.net>)
# $FreeBSD$

PORTNAME=	Image_Color
PORTVERSION=	1.0.4
CATEGORIES=	graphics www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR::Image_Color manages and handles color data and conversions

USE_PHP=	gd
USES=		pear php

.include <bsd.port.mk>