freebsd-ports/graphics/p5-Imager-AverageGray/Makefile
Baptiste Daroussin d95a67af9e Dependency line should not end with a '/'
Feature safe:	yes
2012-10-11 13:03:10 +00:00

24 lines
535 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= 3
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= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager
PERL_CONFIGURE= yes
MAN3= Imager::AverageGray.3
.include <bsd.port.mk>