summaryrefslogblamecommitdiff
path: root/devel/p5-P4-Client/Makefile
blob: 3ce3d8c467c818f154d3a173ee487e1d4fbf8228 (plain) (tree)



























                                                                             
# New ports collection makefile for:	devel/p5-P4-Client
# Date created:				02 Sep 2003
# Whom:					Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	P4-Client
PORTVERSION=	2.2596
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	P4
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	P4::Client - Perl extension for the Perforce API

BUILD_DEPENDS=	${LOCALBASE}/lib/perforce/libclient.a:${PORTSDIR}/devel/p4api

PERL_CONFIGURE=	yes
CC=	${CXX}

MAN3=		P4::Client.3 P4::UI.3

post-patch:
	${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>