freebsd-ports/graphics/p5-GD-Thumbnail/Makefile
Rong-En Fan 0a8ccd7fc4 - Update to 1.10
PR:		ports/107472
Submitted by:	chinsan (maintainer)
2007-01-04 03:57:00 +00:00

25 lines
506 B
Makefile

# Ports collection makefile for: GD::Thumbnail
# Date created: 2006/08/15
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= GD-Thumbnail
PORTVERSION= 1.10
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Thumbnail maker for GD
BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= GD::Thumbnail.3
.include <bsd.port.mk>