freebsd-ports/graphics/p5-PGPLOT/Makefile
James FitzGibbon 67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00

30 lines
738 B
Makefile

# New ports collection makefile for: pgperl
# Version required: 1.0
# Date created: 22 December 1996
# Whom: jmz
#
# $Id: Makefile,v 1.3 1997/04/20 13:52:25 wosch Exp $
#
DISTNAME= PGPLOT1.0b_src
PKGNAME= pgperl-1.0
CATEGORIES= graphics perl5
MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/perl5/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
WRKSRC= ${WRKDIR}/PGPLOT
ALL_TARGET= dynamic
post-install:
@${MKDIR} ${PREFIX}/share/doc/pgperl
@(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE pgperl.doc testpg* \
${PREFIX}/share/doc/pgperl)
.include <bsd.port.mk>