freebsd-ports/graphics/p5-Image-Size-FillFullSelect/Makefile
Frederic Culot 81c3aefef3 - Remove SITE_PERL from *_DEPENDS [1]
- Add BUILD_DEPENDS to silence build warnings

PR:		ports/169555 [1]
Submitted by:	Zane C.B-H. <vvelox@vvelox.net> (maintainer)
2012-06-30 09:41:14 +00:00

25 lines
596 B
Makefile

# New ports collection makefile for: p5-Net-LDAP-Makepath
# Date created: 2008-06-24
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= Image-Size-FillFullSelect
PORTVERSION= 0.1.0
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:${PORTSDIR}/graphics/p5-Image-Size
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Image::Size::FillFullSelect.3
.include <bsd.port.mk>