1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/p5-Chart-Graph/Makefile
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00

25 lines
525 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Chart-Graph
PORTVERSION= 3.2
PORTREVISION= 7
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for a front-end to gnuplot, XRT, and Xmgrace
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
xmgrace:${PORTSDIR}/math/grace \
ppmtogif:${PORTSDIR}/graphics/netpbm
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>