summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Math-Constrain/Makefile
blob: f2b0f9a2a54cc4982d23549c346a997ae26f4f05 (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:	p5-Image-Math-Constrain
# Date created:		8 September 2007
# Whom:			coryking
#
# $FreeBSD$
#

PORTNAME=	Image-Math-Constrain
PORTVERSION=	1.02
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	coryking@mozimedia.com
COMMENT=	Scaling math used in image size constraining (such as thumbnails)

BUILD_DEPENDS=	p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Image::Math::Constrain.3

.include <bsd.port.mk>