diff options
Diffstat (limited to 'finance/p5-PFProAPI/Makefile')
-rw-r--r-- | finance/p5-PFProAPI/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/finance/p5-PFProAPI/Makefile b/finance/p5-PFProAPI/Makefile index 358ee4be1495..00fe6e331c98 100644 --- a/finance/p5-PFProAPI/Makefile +++ b/finance/p5-PFProAPI/Makefile @@ -24,6 +24,11 @@ PERL_CONFIGURE= yes MAN3= PFProAPI.3 +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 |