1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/p5-P4-Client/Makefile
Pav Lucistnik 5e0aaf2107 - Mark BROKEN: does not compile
Reported by:	pointyhat
2008-12-19 18:20:06 +00:00

30 lines
616 B
Makefile

# 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.4319
CATEGORIES= devel perl5
MASTER_SITES= CPAN
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
BROKEN= does not compile
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>