freebsd-ports/graphics/p5-Image-Scale/Makefile
Gian-Simon Purkert c51d04441a graphics/p5-Image-Scale: Update to 0.14
- strip library

ChangeLog:	https://metacpan.org/dist/Image-Scale/changes
PR:		266676
Approved by:	maintainer timeout, >2 weeks
2022-10-18 23:15:19 +01:00

24 lines
556 B
Makefile

PORTNAME= Image-Scale
DISTVERSION= 0.14
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>