Files
ports/graphics/p5-Image-Scale/Makefile
T
Daniel Engberg 664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00

25 lines
572 B
Makefile

PORTNAME= Image-Scale
DISTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= atkin901@gmail.com
COMMENT= Perl module for fast, high-quality fixed-point image resizing
WWW= https://metacpan.org/release/Image-Scale
LICENSE= GPLv2
LIB_DEPENDS= libgif.so:graphics/giflib \
libpng.so:graphics/png
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
USES= jpeg perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Image/Scale/Scale.so
.include <bsd.port.mk>