freebsd-ports/graphics/p5-feedgnuplot/Makefile
Mathieu Arnold afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00

25 lines
606 B
Makefile

# $FreeBSD$
PORTNAME= feedgnuplot
PORTVERSION= 1.34
CATEGORIES= graphics perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= General purpose pipe-oriented plotting tool
LICENSE= ART10 GPLv3
LICENSE_COMB= dual
BUILD_DEPENDS= p5-String-ShellQuote>=0.50:${PORTSDIR}/textproc/p5-String-ShellQuote \
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS:= ${BUILD_DEPENDS} \
gnuplot:${PORTSDIR}/math/gnuplot
USES= perl5
USE_PERL5= configure
PLIST_FILES= bin/feedgnuplot ${SITE_MAN1}/feedgnuplot.1.gz
.include <bsd.port.mk>