1996-10-24 10:20:04 +02:00
|
|
|
# New ports collection makefile for: p5-Image-Size
|
|
|
|
# Date created: October 20th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:20:04 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= Image-Size
|
2012-05-25 16:04:12 +02:00
|
|
|
PORTVERSION= 3.230
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= graphics www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-14 12:48:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:20:04 +02:00
|
|
|
|
2008-11-23 23:58:50 +01:00
|
|
|
MAINTAINER= tolid@tolid.eu.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Perl5 module to determine the size of images in several common formats
|
1996-10-24 10:20:04 +02:00
|
|
|
|
2009-05-15 19:37:21 +02:00
|
|
|
PERL_CONFIGURE= yes
|
1998-10-12 04:59:12 +02:00
|
|
|
|
2009-12-10 01:28:33 +01:00
|
|
|
MAN1= imgsize.1
|
1996-12-11 11:18:45 +01:00
|
|
|
MAN3= Image::Size.3
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
|
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|