2005-04-22 12:13:02 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: GD::Arrow
|
|
|
|
# Date created: Apr 22, 2005
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= GD-Arrow
|
|
|
|
PORTVERSION= 0.01
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2005-04-22 12:13:02 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-04-22 12:13:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Draw arrows using GD
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= GD::Arrow.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|