blob: c60b011005ee3a5e1ef5e6076aa11e9a90c7f6f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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= ${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>
|