aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Color/Makefile
blob: d3fb6ffb33f57b2b15456e75d99fb2f03fa744ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PORTNAME=	Image_Color
PORTVERSION=	1.0.4
CATEGORIES=	graphics www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR::Image_Color manages and handles color data and conversions
WWW=		https://pear.php.net/package/Image_Color

USE_PHP=	gd
USES=		pear php

.include <bsd.port.mk>