19 lines
360 B
Makefile
19 lines
360 B
Makefile
PORTNAME= GD-Thumbnail
|
|
PORTVERSION= 1.46
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Thumbnail maker for GD
|
|
WWW= https://metacpan.org/release/GD-Thumbnail
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-GD>=2.45:graphics/p5-GD
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|