1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/finance/p5-PFProAPI/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

38 lines
905 B
Makefile

# New ports collection makefile for: PFProAPI
# Date created: 13 June 2006
# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua>
#
# $FreeBSD$
#
PORTNAME= PFProAPI
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= #https://manager.verisign.com/
PKGNAMEPREFIX= p5-
DISTNAME= pfpro_freebsd
MAINTAINER= never@nevermind.kiev.ua
COMMENT= Perl bindings for VeriSign's PayFlow Pro SDK
BUILD_DEPENDS= pfpro:${PORTSDIR}/finance/pfpro
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/verisign/payflowpro/freebsd/perl
PERL_CONFIGURE= yes
MAN3= PFProAPI.3
.include <bsd.port.pre.mk>
RESTRICTED= Only for VeriSign PayFlow Pro customers
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= ${RESTRICTED}. See ${PORTSDIR}/finance/pfpro for instructions
.endif
post-patch:
${REINPLACE_CMD} -e "s|%%PREFIX%%|${LOCALBASE}|" ${WRKSRC}/PFProAPI.pm
.include <bsd.port.post.mk>