2007-02-12 13:37:57 +01:00
|
|
|
# New ports collection makefile for: p5-Image-Pngslimmer
|
|
|
|
# Date Created: 2007/02/12
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Image-Pngslimmer
|
2008-09-24 18:54:27 +02:00
|
|
|
PORTVERSION= 0.30
|
2010-09-21 09:56:43 +02:00
|
|
|
PORTREVISION= 1
|
2007-02-12 13:37:57 +01:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-02-12 13:37:57 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-02-12 13:37:57 +01:00
|
|
|
COMMENT= Slims (dynamically created) PNGs
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Image::Pngslimmer.3
|
|
|
|
|
2010-09-21 09:56:43 +02: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>
|