freebsd-ports/graphics/p5-Image-Scale/Makefile
Bartek Rutkowski b52c6d0375 graphics/p5-Image-Scale: fix BROKEN
- Remove broken code related to gif support (until
  upstream fixes it)

PR:		197958
Submitted by:	Mark Atkinson <atkin901@gmail.com>
2015-03-11 19:13:57 +00:00

23 lines
525 B
Makefile

# Created by: Mark Atkinson <atkin901@gmail.com>
# $FreeBSD$
PORTNAME= Image-Scale
PORTVERSION= 0.08
PORTREVISION= 6
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= atkin901@gmail.com
COMMENT= Perl module for fast, high-quality fixed-point image resizing
LICENSE= GPLv2
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng.so:${PORTSDIR}/graphics/png
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>