Import graphics/p5-Image-Size-FillFullSelect version 0.1.0
[dports.git] / graphics / p5-Image-Size-FillFullSelect / Makefile
1 # New ports collection makefile for:    p5-Net-LDAP-Makepath
2 # Date created:         2008-06-24
3 # Whom:                 Zane C, Bowers <vvelox@vvelox.net>
4 #
5 # $FreeBSD: ports/graphics/p5-Image-Size-FillFullSelect/Makefile,v 1.7 2012/11/17 05:58:17 svnexp Exp $
6 #
7
8 PORTNAME=       Image-Size-FillFullSelect
9 PORTVERSION=    0.1.0
10 CATEGORIES=     graphics perl5
11 MASTER_SITES=   CPAN
12 MASTER_SITE_SUBDIR=     CPAN:VVELOX
13 PKGNAMEPREFIX=  p5-
14
15 MAINTAINER=     vvelox@vvelox.net
16 COMMENT=        Pick whether an image fill setting for a image should be fill or full
17
18 BUILD_DEPENDS=  p5-Image-Size>=3.230:${PORTSDIR}/graphics/p5-Image-Size
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 PERL_CONFIGURE= yes
22
23 MAN3=           Image::Size::FillFullSelect.3
24
25 .include <bsd.port.mk>