4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
490 B
Makefile
21 lines
490 B
Makefile
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image-Size-FillFullSelect
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Pick whether an image fill setting for a image should be fill or full
|
|
|
|
BUILD_DEPENDS= p5-Image-Size>=3.230:graphics/p5-Image-Size
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|