1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/graphics/p5-Chart-Graph/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

27 lines
542 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Chart-Graph
PORTVERSION= 3.2
PORTREVISION= 8
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl extension for a front-end to gnuplot, XRT, and Xmgrace
LICENSE= GPLv2
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>