freebsd-ports/graphics/p5-Imager-AverageGray/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

25 lines
559 B
Makefile

# New ports collection makefile for: graphics/p5-Imager/AverageGray
# Date created: 2009-10-24
# Whom: vvelox@vvelox.net
#
# $FreeBSD$
#
PORTNAME= Imager-AverageGray
PORTVERSION= 0.0.0
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Finds the average gray for a Imager object or image
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager/
PERL_CONFIGURE= yes
MAN3= Imager::AverageGray.3
.include <bsd.port.mk>