blob: 8c360e5502072bdcc8443133c46c9c267b4fd8a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager/
PERL_CONFIGURE= yes
MAN3= Imager::AverageGray.3
.include <bsd.port.mk>
|